small fix for progressconnector commit

This commit is contained in:
Andrey Skvortsov 2010-09-18 22:43:37 -07:00
parent 19fbfe818c
commit c16563902c

View File

@ -114,7 +114,10 @@ class ProgressConnector {
} }
if (qMutex) if (qMutex)
{
delete qMutex; delete qMutex;
qMutex = NULL;
}
} }
T returnValue(){ T returnValue(){