Closing ZipArchive in destructor
This commit is contained in:
parent
6c908e9081
commit
126623645f
@ -44,6 +44,7 @@ _zipLoaded( false )
|
||||
|
||||
ZipArchive::~ZipArchive()
|
||||
{
|
||||
close();
|
||||
}
|
||||
|
||||
/** close the archive (on all threads) */
|
||||
|
Loading…
Reference in New Issue
Block a user