try again to kill the i2psnarkurl files

This commit is contained in:
zzz
2008-12-20 02:33:57 +00:00
parent 4336dc441e
commit 33b43f40b9
2 changed files with 1 additions and 1 deletions

View File

@ -211,6 +211,7 @@ public class I2PSnarkUtil {
out.delete(); out.delete();
return null; return null;
} }
out.deleteOnExit();
String fetchURL = url; String fetchURL = url;
if (rewrite) if (rewrite)
fetchURL = rewriteAnnounce(url); fetchURL = rewriteAnnounce(url);

View File

@ -346,7 +346,6 @@ public class TrackerClient extends I2PAppThread
if (fetched == null) { if (fetched == null) {
throw new IOException("Error fetching " + s); throw new IOException("Error fetching " + s);
} }
fetched.deleteOnExit();
InputStream in = null; InputStream in = null;
try { try {