mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +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;
|
this->event = event;
|
||||||
safeMutex.ReleaseLock();
|
safeMutex.ReleaseLock();
|
||||||
}
|
}
|
||||||
semTaskSignalled.signal();
|
|
||||||
|
|
||||||
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s] Line: %d\n",__FILE__,__FUNCTION__,__LINE__);
|
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s] Line: %d\n",__FILE__,__FUNCTION__,__LINE__);
|
||||||
|
semTaskSignalled.signal();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConnectionSlotThread::setTaskCompleted(ConnectionSlotEvent *event) {
|
void ConnectionSlotThread::setTaskCompleted(ConnectionSlotEvent *event) {
|
||||||
|
Reference in New Issue
Block a user