[Orxonox-commit 681] r3213 - branches/netp5/src/orxonox/gamestates
scheusso at orxonox.net
scheusso at orxonox.net
Tue Jun 23 17:44:33 CEST 2009
Author: scheusso
Date: 2009-06-23 17:44:33 +0200 (Tue, 23 Jun 2009)
New Revision: 3213
Modified:
branches/netp5/src/orxonox/gamestates/GSDedicated.cc
Log:
found another little leak
Modified: branches/netp5/src/orxonox/gamestates/GSDedicated.cc
===================================================================
--- branches/netp5/src/orxonox/gamestates/GSDedicated.cc 2009-06-23 13:45:04 UTC (rev 3212)
+++ branches/netp5/src/orxonox/gamestates/GSDedicated.cc 2009-06-23 15:44:33 UTC (rev 3213)
@@ -102,6 +102,7 @@
delete this->originalTerminalSettings_;
#endif
//inputThread_->join();
+ delete this->inputThread_;
GameMode::setHasServer(false);
}
More information about the Orxonox-commit
mailing list