From 40229f248b8261cfaa7f679466eee96323504ce9 Mon Sep 17 00:00:00 2001 From: Joshua Hudson Date: Sat, 24 Oct 2015 15:29:11 -0700 Subject: [PATCH] Revert "Close file pointer after adding to archive" --- ZipArchive/Main.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/ZipArchive/Main.m b/ZipArchive/Main.m index cb71c4f..720c28c 100644 --- a/ZipArchive/Main.m +++ b/ZipArchive/Main.m @@ -628,8 +628,6 @@ zipCloseFileInZip(_zip); free(buffer); - - fclose(input); return YES; }