close loose file handle in writeFileAtPath

This commit is contained in:
Rob Mickle
2013-06-24 15:39:17 -06:00
parent 7627a1b4fc
commit 45b93c037d
+3
View File
@@ -412,6 +412,9 @@
zipCloseFileInZip(_zip);
free(buffer);
fclose(input);
input = NULL;
return YES;
}