Author: toad
Date: 2009-03-07 21:19:30 +0000 (Sat, 07 Mar 2009)
New Revision: 25957

Modified:
   branches/db4o/freenet/src/freenet/client/async/SingleFileInserter.java
Log:
either remove it and null it, or null out what you need to null out and let it 
be removed normally


Modified: branches/db4o/freenet/src/freenet/client/async/SingleFileInserter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SingleFileInserter.java      
2009-03-07 21:18:47 UTC (rev 25956)
+++ branches/db4o/freenet/src/freenet/client/async/SingleFileInserter.java      
2009-03-07 21:19:30 UTC (rev 25957)
@@ -334,7 +334,6 @@
                                container.deactivate(sfi, 1);
                        }
                        block.nullData();
-                       block = null;
                        removeFrom(container, context);
                } else {
                        SplitHandler sh = new SplitHandler();

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to