Closed GoogleCodeExporter closed 8 years ago
This memory leak is occurring because you have not closed your file after
unzipping. If you scroll down you will see an "unzClose" function which
releases the memory allocated in "unzOpen2" -- you can accomplish this by
calling "UnzipCloseFile" on the ZipArchive object.
Original comment by elinc...@hachisoft.com
on 15 Feb 2011 at 7:51
Original issue reported on code.google.com by
akarargy...@gmail.com
on 21 Aug 2010 at 12:37Attachments: