Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Kulling 75eee03a93
Fix lead in LWSLoader
- Fix master scene leak
- closes https://github.com/assimp/assimp/issues/4231
2021-12-29 12:16:19 +01:00
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