You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for your lib.
Line 61 of compress.c elzma_compress_free did not clean up the hand when freeing the memory, resulting in a memory leak every time compression is performed. According to the examples and encoding concepts in sample, the hand should be released before this function executes * hand = NULL.
The text was updated successfully, but these errors were encountered:
thanks for your lib.
Line 61 of compress.c elzma_compress_free did not clean up the hand when freeing the memory, resulting in a memory leak every time compression is performed. According to the examples and encoding concepts in sample, the hand should be released before this function executes * hand = NULL.
The text was updated successfully, but these errors were encountered: