FIXED: CInterfaceManager will no longer be prematurely released while quitting.

This commit is contained in:
dfighter1985 2012-02-11 23:47:54 +01:00
parent a5fcd23dcd
commit c756db1201

View file

@ -431,9 +431,6 @@ void releaseMainLoop(bool closeConnection)
// Unlink the net manager
NetMngr.setDataBase (NULL);
// Destroy interface manager
CInterfaceManager::destroy ();
// Send a msg to server
if(!ClientCfg.Local)
{