close decrypted stream - test for #57296
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f3e4795275
commit
dbfabda346
@ -91,6 +91,8 @@ public class TestDecryptor {
|
||||
zin.skip(zin.available());
|
||||
}
|
||||
}
|
||||
|
||||
zin.close();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user