Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor memory leak #3

Closed
ghost opened this issue Jul 6, 2021 · 1 comment
Closed

Minor memory leak #3

ghost opened this issue Jul 6, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 6, 2021

If PHYSFS_setRoot() is called, the directory name isn't freed on shutdown.

In function "static int freeDirHandle(DirHandle *dh, FileHandle *openList)", add the line:

allocator.Free(dh->root);
@icculus
Copy link
Owner

icculus commented May 21, 2022

Just realizing I never applied this fix; thanks for catching this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant