Update D3MFOpcPackage.cpp

pull/4629/head
Kim Kulling 2022-07-08 10:25:40 +02:00 committed by GitHub
parent e254f80a3a
commit c5dfcac08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ D3MFOpcPackage::~D3MFOpcPackage() {
mZipArchive->Close(mRootStream);
delete mZipArchive;
for (auto tex : mEmbeddedTextures) {
delete mEmbeddedTextures[i];
delete tex;
}
}