[freenet-cvs] r14612 - trunk/freenet/src/freenet/clients/http

toad at freenetproject.org toad at freenetproject.org
Sat Aug 11 16:26:31 UTC 2007


Author: toad
Date: 2007-08-11 16:26:31 +0000 (Sat, 11 Aug 2007)
New Revision: 14612

Modified:
   trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
Fix fd leak - possibly tempfile leak on Windows

Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2007-08-11 16:23:22 UTC (rev 14611)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2007-08-11 16:26:31 UTC (rev 14612)
@@ -241,6 +241,7 @@
 		if(checkForString(buf, "<rss")) return true;
 		if(checkForString(buf, "<feed")) return true;
 		if(checkForString(buf, "<rdf:RDF")) return true;
+		is.close();
 		return false;
 	}
 




More information about the cvs mailing list