mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
- more NULL checking for safer execution
This commit is contained in:
@@ -64,9 +64,8 @@ void ConnectionSlotThread::signalUpdate(ConnectionSlotEvent *event) {
|
||||
this->event = event;
|
||||
safeMutex.ReleaseLock();
|
||||
}
|
||||
semTaskSignalled.signal();
|
||||
|
||||
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s] Line: %d\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
semTaskSignalled.signal();
|
||||
}
|
||||
|
||||
void ConnectionSlotThread::setTaskCompleted(ConnectionSlotEvent *event) {
|
||||
|
Reference in New Issue
Block a user