Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Kulling 1275149fb4
LWSImporter: Fix direct memory leak
- Fix leak found by fuzzer
- closes https://github.com/assimp/assimp/issues/4231
2021-12-10 15:19:37 +01:00
1 changed files with 1 additions and 0 deletions

View File

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