platform_system_core/libziparchive
Mathieu Chartier 5f98b12640 Add free to CloseArchive.
Currently CloseArchive doesn't call free and call sites don't appear
to either. I could not find any call sites which manually freed the
archive by deleting the handle. This fixes several memory leaks.

Change-Id: I21f187dde60fd87e6e54bde06de9e76fd0791104
2014-03-04 17:44:58 -08:00
..
testdata Add unit tests for libziparchive. 2013-12-10 16:48:50 +00:00
Android.mk Fix a sporadic build breakage. 2014-01-03 15:40:37 +00:00
zip_archive.cc Add free to CloseArchive. 2014-03-04 17:44:58 -08:00
zip_archive_test.cc Fix entry handling for 0 length entries. 2014-01-24 13:41:55 +00:00