Assimp: fixed 3 memory leaks

This commit is contained in:
Léo Terziman
2013-12-17 10:03:06 +01:00
parent 1bae2bd93f
commit ec3ef0c9d6
2 changed files with 9 additions and 0 deletions

View File

@@ -176,6 +176,8 @@ Exporter :: Exporter()
Exporter :: ~Exporter()
{
FreeBlob();
delete pimpl;
}