Author: saces
Date: 2009-04-11 18:18:08 +0000 (Sat, 11 Apr 2009)
New Revision: 26740

Modified:
   trunk/plugins/KeyExplorer/GetResult.java
Log:
add free() to free the bucket if any.

Modified: trunk/plugins/KeyExplorer/GetResult.java
===================================================================
--- trunk/plugins/KeyExplorer/GetResult.java    2009-04-11 18:14:18 UTC (rev 
26739)
+++ trunk/plugins/KeyExplorer/GetResult.java    2009-04-11 18:18:08 UTC (rev 
26740)
@@ -21,5 +21,10 @@
        public Bucket getData() {
                return data;
        }
+       
+       public void free() {
+               if (data != null) data.free();
+       }
 
+
 }

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

Reply via email to