Closing ZipArchive in destructor

This commit is contained in:
Jason Beverage 2020-03-26 14:08:31 -04:00 committed by Robert Osfield
parent 6c908e9081
commit 126623645f

View File

@ -44,6 +44,7 @@ _zipLoaded( false )
ZipArchive::~ZipArchive()
{
close();
}
/** close the archive (on all threads) */