diff --git a/source/glest_game/menu/menu_state_custom_game.cpp b/source/glest_game/menu/menu_state_custom_game.cpp index cb172235c..c886972c6 100644 --- a/source/glest_game/menu/menu_state_custom_game.cpp +++ b/source/glest_game/menu/menu_state_custom_game.cpp @@ -1371,6 +1371,7 @@ void MenuStateCustomGame::updateControlers(){ void MenuStateCustomGame::closeUnusedSlots(){ try { + MutexSafeWrapper safeMutex(&masterServerThreadAccessor); ServerInterface* serverInterface= NetworkManager::getInstance().getServerInterface(); for(int i= 0; i