-
Notifications
You must be signed in to change notification settings - Fork 128
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
ZFP+ADIOS2 Leaks memory #1975
Comments
@NAThompson good catch, is this only applying to the small tests? I had trouble with those in the past. Are other zfp tests leaking? |
All ZFP unit tests are leaking. I have tracked one down a little bit: The data returned by
I tried to free |
Fixed in 1977. |
Let's leave this open until the fix is actually merged. |
Describe the bug
It appears that all memory sent into ADIOS and passed through ZFP is leaked.
To Reproduce
-fsanitize=address -fsanitize=undefined
to demonstrate that the leaks are not in ZFP.The text was updated successfully, but these errors were encountered: