mirror of
https://github.com/glest/glest-source.git
synced 2025-08-24 17:02:49 +02:00
- attempt to fix bug reported by tomereyn: http://glest.org/glest_board/index.php?topic=8842.0;topicseen
This commit is contained in:
@@ -680,6 +680,8 @@ MenuStateConnectedGame::~MenuStateConnectedGame() {
|
||||
if(modHttpServerThread != NULL) {
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s Line %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
|
||||
modHttpServerThread->setThreadOwnerValid(false);
|
||||
modHttpServerThread->signalQuit();
|
||||
//modHttpServerThread->setThreadOwnerValid(false);
|
||||
|
||||
|
Reference in New Issue
Block a user