- more NULL checking for safer execution

This commit is contained in:
Mark Vejvoda 2010-08-20 22:59:32 +00:00
parent d69fbc6925
commit ff7828fa6f

View File

@ -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) {