- cleanup from cppcheck report

This commit is contained in:
SoftCoder
2013-12-14 03:03:19 -08:00
parent d69e19b87b
commit b11932b92d
3 changed files with 4 additions and 246 deletions

View File

@@ -118,7 +118,6 @@ public:
if(Thread::getEnableVerboseMode()) printf("!!!! cleanupPendingThread Line: %d thread = %p [%s]\n",__LINE__,thread,(base_thread != NULL ? base_thread->getUniqueID().c_str() : "n/a"));
delete thread;
thread = NULL;
if(Thread::getEnableVerboseMode()) printf("!!!! cleanupPendingThread Line: %d thread = NULL [%s]\n",__LINE__,(base_thread != NULL ? base_thread->getUniqueID().c_str() : "n/a"));
}