mirror of
https://github.com/glest/glest-source.git
synced 2025-08-15 21:04:00 +02:00
- fixed some bugs discovered by coverity scan
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
||||
base_thread->signalQuit();
|
||||
sleep(10);
|
||||
|
||||
if(Thread::getEnableVerboseMode()) printf("!!!! cleanupPendingThread Line: %d thread = %p [%s]\n",__LINE__,thread,(base_thread != NULL ? base_thread->getUniqueID().c_str() : "n/a"));
|
||||
if(Thread::getEnableVerboseMode()) printf("!!!! cleanupPendingThread Line: %d thread = %p [%s]\n",__LINE__,thread,base_thread->getUniqueID().c_str());
|
||||
|
||||
if(base_thread->getRunningStatus() == true || base_thread->getExecutingTask() == true) {
|
||||
|
||||
|
Reference in New Issue
Block a user