1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/apache-jserv/files/patch-af

11 lines
414 B
Plaintext
Raw Normal View History

--- 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 ) {
}
}