try again to kill the i2psnarkurl files
This commit is contained in:
@ -211,6 +211,7 @@ public class I2PSnarkUtil {
|
||||
out.delete();
|
||||
return null;
|
||||
}
|
||||
out.deleteOnExit();
|
||||
String fetchURL = url;
|
||||
if (rewrite)
|
||||
fetchURL = rewriteAnnounce(url);
|
||||
|
@ -346,7 +346,6 @@ public class TrackerClient extends I2PAppThread
|
||||
if (fetched == null) {
|
||||
throw new IOException("Error fetching " + s);
|
||||
}
|
||||
fetched.deleteOnExit();
|
||||
|
||||
InputStream in = null;
|
||||
try {
|
||||
|
Reference in New Issue
Block a user