Author: centic
Date: Sat Oct 15 19:07:04 2016
New Revision: 1765100

URL: http://svn.apache.org/viewvc?rev=1765100&view=rev
Log:
Bug 60259: Add missing dispose() call

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

Modified: 
poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java?rev=1765100&r1=1765099&r2=1765100&view=diff
==============================================================================
--- 
poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java
 (original)
+++ 
poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java
 Sat Oct 15 19:07:04 2016
@@ -165,6 +165,7 @@ public final class TestSXSSFWorkbookWith
             } catch (GeneralSecurityException e) {
                 throw new IOException(e);
             } finally {
+                tempData.dispose();
                 IOUtils.closeQuietly(source);
             }
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to