On Monday 22 December 2008 05:04, [email protected] wrote:
> Author: j16sdiz
> Date: 2008-12-22 05:04:38 +0000 (Mon, 22 Dec 2008)
> New Revision: 24722
> 
> Modified:
>    trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
> Log:
> comment
> 
> Modified: 
trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
> ===================================================================
> --- trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java    
2008-12-22 03:06:33 UTC (rev 24721)
> +++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java    
2008-12-22 05:04:38 UTC (rev 24722)
> @@ -99,6 +99,9 @@
>        */
>       @Override
>       public Object[] allKeys() {
> +             // j16sdiz (22-DEC-2008):
> +             // ClientRequestSchedular.removePendingKeys() call this to get 
> a list of 
request to be removed
> +             // FIXME ClientRequestSchedular.removePendingKeys() is leaking, 
> what's 
missing here?
>               return segment.getKeyNumbersAtRetryLevel(retryCount);

Most likely there is some path where the keys don't get removed?

IMHO this is fixed in the db4o branch, which should merge in the relatively 
near future.

>       }

Attachment: pgpRqxPdnkjml.pgp
Description: PGP signature

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

Reply via email to