diff --git a/Core/src/ThreadGroup.cpp b/Core/src/ThreadGroup.cpp index fae2f5c..4851e59 100644 --- a/Core/src/ThreadGroup.cpp +++ b/Core/src/ThreadGroup.cpp @@ -65,6 +65,8 @@ ThreadGroup::ThreadGroup( int numThreads, const ImageFile &image, CompressionFun ThreadGroup::~ThreadGroup() { delete m_Barrier; + delete m_FinishMutex; + delete m_FinishCV; } unsigned int ThreadGroup::GetCompressedBlockSize() {