Add missing unlock

This commit is contained in:
Tobias Markus 2016-03-17 15:38:40 +01:00
parent 970159d98f
commit 0775347431

View File

@ -414,6 +414,7 @@ void* SFXManager::mainLoop(void *obj)
delete me->m_sfx_commands.getData().front();
me->m_sfx_commands.getData().erase(me->m_sfx_commands.getData().begin());
}
me->m_sfx_commands.unlock();
return NULL;
} // mainLoop