try again to kill the i2psnarkurl files
This commit is contained in:
@ -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);
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user