mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
FIXED: CInterfaceManager will no longer be prematurely released while quitting.
--HG-- branch : gui-refactoring
This commit is contained in:
parent
0ee882f9f1
commit
364c8c493e
1 changed files with 0 additions and 3 deletions
|
@ -431,9 +431,6 @@ void releaseMainLoop(bool closeConnection)
|
||||||
// Unlink the net manager
|
// Unlink the net manager
|
||||||
NetMngr.setDataBase (NULL);
|
NetMngr.setDataBase (NULL);
|
||||||
|
|
||||||
// Destroy interface manager
|
|
||||||
CInterfaceManager::destroy ();
|
|
||||||
|
|
||||||
// Send a msg to server
|
// Send a msg to server
|
||||||
if(!ClientCfg.Local)
|
if(!ClientCfg.Local)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue