close, unclosed ZipFile

This commit is contained in:
Connor Tumbleson 2013-05-12 07:20:07 -05:00
parent 57910b7549
commit ac745599ed

View File

@ -178,6 +178,7 @@ public class Androlib {
} }
} }
} }
apkZipFile.close();
} }
catch (DirectoryException ex) { catch (DirectoryException ex) {
throw new AndrolibException(ex); throw new AndrolibException(ex);