diff --git a/code/Importer.cpp b/code/Importer.cpp index 2a59d17f4..452a81299 100644 --- a/code/Importer.cpp +++ b/code/Importer.cpp @@ -551,8 +551,9 @@ Importer::~Importer() for( unsigned int a = 0; a < pimpl->mPostProcessingSteps.size(); a++) delete pimpl->mPostProcessingSteps[a]; - // Delete the assigned IO handler + // Delete the assigned IO and progress handler delete pimpl->mIOHandler; + delete pimpl->mProgressHandler; // Kill imported scene. Destructors should do that recursivly delete pimpl->mScene;