Index: java/util/zip/ZipFile.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/util/zip/ZipFile.java,v
retrieving revision 1.12
diff -u -r1.12 ZipFile.java
--- java/util/zip/ZipFile.java	20 Feb 2003 15:41:20 -0000	1.12
+++ java/util/zip/ZipFile.java	4 Mar 2003 13:35:18 -0000
@@ -310,7 +310,7 @@
    */
   protected void finalize() throws IOException
   {
-    if (!closed) close();
+    if (!closed && raf != null) close();
   }
 
   /**
