mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b4f480b780
PR: 18668 Submitted by: Palle Girgensohn <girgen@partitur.se>
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
--- src/java/org/apache/java/lang/AdaptiveClassLoader.java.orig Sun Mar 12 06:34:42 2000
|
|
+++ src/java/org/apache/java/lang/AdaptiveClassLoader.java Fri May 19 00:10:41 2000
|
|
@@ -723,6 +723,7 @@
|
|
if ( zipfile != null ) {
|
|
try {
|
|
zipfile.close();
|
|
+ zipfile = null;
|
|
} catch ( IOException ignored ) {
|
|
}
|
|
}
|