Fix lead in LWSLoader

- Fix master scene leak
- closes https://github.com/assimp/assimp/issues/4231
kimkulling-fix_lwo_leak_issue4231
Kim Kulling 2021-12-29 12:16:19 +01:00 committed by GitHub
parent 54a8da1d55
commit 75eee03a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -932,6 +932,7 @@ void LWSImporter::InternReadFile(const std::string &pFile, aiScene *pScene, IOSy
SkeletonMeshBuilder builder(pScene);
}
}
delete master;
}
#endif // !! ASSIMP_BUILD_NO_LWS_IMPORTER