Bug 60259: Add missing dispose() call
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f5e3d638c
commit
e3633daac5
@ -165,6 +165,7 @@ public final class TestSXSSFWorkbookWithCustomZipEntrySource {
|
||||
} catch (GeneralSecurityException e) {
|
||||
throw new IOException(e);
|
||||
} finally {
|
||||
tempData.dispose();
|
||||
IOUtils.closeQuietly(source);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user