-
Notifications
You must be signed in to change notification settings - Fork 16
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
Possible memory leak #25
Comments
I believe I've found the leak (or maybe another). In function
and the
and then the
which is a call to At least that's what I gathered from Valgrind
|
@rusin Looks like these allocations are properly freed in |
Ah, I did not notice that. You are correct. The cleanup code now looks sound to me. Must be something else then... |
Thanks for the effort anyway! I did not have time to look into this further. |
A memory leak has been reported at the end of the discussion in Issue #23. It seems less severe than the first one reported in that issues (which has been solved).
The text was updated successfully, but these errors were encountered: