Author: toad
Date: 2009-03-24 16:49:04 +0000 (Tue, 24 Mar 2009)
New Revision: 26161

Modified:
   branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java
Log:
Clarify comment


Modified: branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java   
2009-03-24 16:48:32 UTC (rev 26160)
+++ branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java   
2009-03-24 16:49:04 UTC (rev 26161)
@@ -125,7 +125,8 @@
                }
                if(persistent) {
                        // If cancelled externally, and this function is called 
from USKFetcher,
-                       // container may be null even though we are running on 
the database thread
+                       // container may be null even though we are running on 
the database thread,
+                       // resulting in a database leak.
                        context.jobRunner.runBlocking(new DBJob() {
 
                                public void run(ObjectContainer container, 
ClientContext context) {

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

Reply via email to