Revert "Close file pointer after adding to archive"

This commit is contained in:
Joshua Hudson 2015-10-24 15:29:11 -07:00
parent 5bdd904a38
commit 40229f248b

View File

@ -628,8 +628,6 @@
zipCloseFileInZip(_zip);
free(buffer);
fclose(input);
return YES;
}