forked from I2P_Developers/i2p.i2p
* I2PSnark, Jetty, SAM, crypto: findbugs resource leaks.
This commit is contained in:
@@ -767,10 +767,10 @@ riCe6OlAEiNpcc6mMyIYYWFICbrDFTrDR3wXqwc/Jkcx6L5VVWoagpSzbo3yGhc=
|
||||
if (bytesToSignInputStream != null)
|
||||
try {
|
||||
bytesToSignInputStream.close();
|
||||
fileInputStream.close();
|
||||
} catch (IOException ioe) {
|
||||
}
|
||||
|
||||
fileInputStream = null;
|
||||
}
|
||||
|
||||
FileOutputStream fileOutputStream = null;
|
||||
|
Reference in New Issue
Block a user