FIXED: CInterfaceManager will no longer be prematurely released while quitting.
This commit is contained in:
parent
a5fcd23dcd
commit
c756db1201
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue