Author: toad
Date: 2008-12-17 19:42:14 +0000 (Wed, 17 Dec 2008)
New Revision: 24468

Modified:
   
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
Log:
Delete the Integer


Modified: 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java  
    2008-12-17 19:41:11 UTC (rev 24467)
+++ 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java  
    2008-12-17 19:42:14 UTC (rev 24468)
@@ -391,6 +391,7 @@
                                        // Compare by value as sometimes we 
will do new Integer(num) in requeueing after cooldown code.
                                        if(x.equals(token)) {
                                                blockNums.remove(i);
+                                               if(persistent) 
container.delete(x);
                                                if(logMINOR) Logger.minor(this, 
"Removed block "+i+" : "+x);
                                                i--;
                                                removed = true;

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

Reply via email to