Fixed server termination crash. However, network games are still not properly terminated.

This commit is contained in:
lotodore
2009-06-04 20:37:18 +00:00
parent 47648392fb
commit 8005cc82c6
3 changed files with 5 additions and 9 deletions
-4
View File
@@ -518,10 +518,6 @@ ServerLobbyThread::Main()
GetCallback().SignalNetServerError(e.GetErrorId(), e.GetOsErrorCode());
LOG_ERROR(e.what());
}
// Remove all sessions.
m_gameSessionManager.Clear();
m_sessionManager.Clear();
}
void