Merge pull request #937 from jasonbeverage/closezip

Closing ZipArchive in destructor
This commit is contained in:
OpenSceneGraph git repository 2020-04-29 09:19:55 +01:00 committed by GitHub
commit 7856b30003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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