]> source.dussan.org Git - poi.git/commitdiff
Bug 60259: Add missing dispose() call
authorDominik Stadler <centic@apache.org>
Sat, 15 Oct 2016 19:07:04 +0000 (19:07 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 15 Oct 2016 19:07:04 +0000 (19:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765100 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java

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