Add missing fclose. Thanks @aceisScope!

This commit is contained in:
Sam Soffes
2013-09-07 08:22:56 -07:00
parent c81002605b
commit 524ca1abae
+1
View File
@@ -448,6 +448,7 @@
zipCloseFileInZip(_zip);
free(buffer);
fclose(input);
return YES;
}