Add missing close of attachment input stream
This commit is contained in:
parent
8bfef24ef7
commit
c542fb87cb
@ -1320,6 +1320,7 @@ class Manager implements Signal {
|
||||
if (output != null) {
|
||||
output.close();
|
||||
}
|
||||
input.close();
|
||||
if (!tmpFile.delete()) {
|
||||
System.err.println("Failed to delete temp file: " + tmpFile);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user