easylzma
easylzma copied to clipboard
Memory leak!
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.