Merge pull request #937 from jasonbeverage/closezip
Closing ZipArchive in destructor
This commit is contained in:
commit
7856b30003
@ -44,6 +44,7 @@ _zipLoaded( false )
|
|||||||
|
|
||||||
ZipArchive::~ZipArchive()
|
ZipArchive::~ZipArchive()
|
||||||
{
|
{
|
||||||
|
close();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** close the archive (on all threads) */
|
/** close the archive (on all threads) */
|
||||||
|
Loading…
Reference in New Issue
Block a user