r26740 - trunk/plugins/KeyExplorer

[email protected]
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
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();
+	}
 
+
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.