mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 17:35:00 +02:00
Close ZipFile after use.
This commit is contained in:
@@ -2598,6 +2598,7 @@ public class Base {
|
||||
}
|
||||
}
|
||||
}
|
||||
file.close();
|
||||
} catch (IOException e) {
|
||||
System.err.println("Ignoring " + filename + " (" + e.getMessage() + ")");
|
||||
//e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user