lloyd / easylzma

An easy to use, tiny, public domain, C wrapper library around Igor Pavlov's work that can be used to compress and extract lzma files.
129 stars 39 forks source link

Fixed memleaks #4

Open sbredahl opened 9 years ago

sbredahl commented 9 years ago

These commits fix four different memory leaks found in easylzma, including one in the compress.c library code.