There was an error while loading. Please reload this page.
1 parent 6b302a3 commit 924b924Copy full SHA for 924b924
SSZipArchive/SSZipArchive.m
@@ -364,6 +364,7 @@ + (BOOL)unzipFileAtPath:(NSString *)path
364
// ignoring resource forks: https://superuser.com/questions/104500/what-is-macosx-folder
365
unzCloseCurrentFile(zip);
366
ret = unzGoToNextFile(zip);
367
+ free(filename);
368
continue;
369
}
370
if (!strPath.length) {
0 commit comments