keep it as close with archy.js as possible...
[jalview.git] / forester / java / src / org / forester / io / parsers / tol / TolParser.java
index 6248f4a..7801c38 100644 (file)
@@ -96,6 +96,12 @@ public class TolParser implements PhylogenyParser {
                 break;
             }
         }
+        try {
+            zip_file.close();
+        }
+        catch ( final Exception e ) {
+            // Ignore.
+        }
         return reader;
     }