Close ZipFile after use.

This commit is contained in:
pesckal
2011-07-13 15:42:47 +00:00
parent c92824aac5
commit 3b31e92fda

View File

@@ -2598,6 +2598,7 @@ public class Base {
}
}
}
file.close();
} catch (IOException e) {
System.err.println("Ignoring " + filename + " (" + e.getMessage() + ")");
//e.printStackTrace();