* I2PSnark, Jetty, SAM, crypto: findbugs resource leaks.

This commit is contained in:
dg2-new
2015-02-10 21:57:27 +00:00
parent 1be9bb29e8
commit 9163d41228
5 changed files with 18 additions and 3 deletions

View File

@@ -767,10 +767,10 @@ riCe6OlAEiNpcc6mMyIYYWFICbrDFTrDR3wXqwc/Jkcx6L5VVWoagpSzbo3yGhc=
if (bytesToSignInputStream != null)
try {
bytesToSignInputStream.close();
fileInputStream.close();
} catch (IOException ioe) {
}
fileInputStream = null;
}
FileOutputStream fileOutputStream = null;