Author: toad
Date: 2009-04-07 22:10:24 +0000 (Tue, 07 Apr 2009)
New Revision: 26621

Modified:
   trunk/freenet/src/freenet/client/InsertBlock.java
Log:
Don't remove twice


Modified: trunk/freenet/src/freenet/client/InsertBlock.java
===================================================================
--- trunk/freenet/src/freenet/client/InsertBlock.java   2009-04-07 22:09:04 UTC 
(rev 26620)
+++ trunk/freenet/src/freenet/client/InsertBlock.java   2009-04-07 22:10:24 UTC 
(rev 26621)
@@ -42,6 +42,7 @@
                data.free();
                if(container != null) {
                        data.removeFrom(container);
+                       data = null; // don't remove twice
                }
        }
        

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

Reply via email to