Not all resources are released on close() method #88
Labels
bug
Something isn't working
for archiving
Issue on archiving, compression or encryption
for extraction
Issue on extraction, decompression or decryption
Milestone
Describe the bug
SevenZipFile.close() closes file object opened but does not release header structure and files list.
It should also release header structure to prevent memory leakage.
Related issue
#77
Expected behavior
Release all resources SevenZipFile has been taken.
The text was updated successfully, but these errors were encountered: