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:
Dominik Stadler 2016-10-15 19:07:04 +00:00
parent 3f5e3d638c
commit e3633daac5
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ public final class TestSXSSFWorkbookWithCustomZipEntrySource {
} catch (GeneralSecurityException e) {
throw new IOException(e);
} finally {
tempData.dispose();
IOUtils.closeQuietly(source);
}
}