Author: nextgens
Date: 2008-01-18 23:12:41 +0000 (Fri, 18 Jan 2008)
New Revision: 17159

Modified:
   trunk/apps/Thaw/src/thaw/plugins/index/IndexParser.java
Log:
Thaw: leave it to the GC explicitely

Modified: trunk/apps/Thaw/src/thaw/plugins/index/IndexParser.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/IndexParser.java     2008-01-18 
23:10:40 UTC (rev 17158)
+++ trunk/apps/Thaw/src/thaw/plugins/index/IndexParser.java     2008-01-18 
23:12:41 UTC (rev 17159)
@@ -280,6 +280,7 @@
                        FileInputStream stream = new FileInputStream(filePath);
                        loadXML(stream, clean);
                        stream.close();
+                       stream = null;
                } catch(final java.io.FileNotFoundException e) {
                        Logger.error(this, "Unable to load XML: 
FileNotFoundException ('"+filePath+"') ! : "+e.toString());
                } catch(java.io.IOException e) {


Reply via email to