NOISSUE fix horrible globals crash

FIXME: remove all globals.
This commit is contained in:
Petr Mrázek
2016-11-07 02:28:18 +01:00
parent 07589b5114
commit dae3b06885
3 changed files with 15 additions and 2 deletions

View File

@ -319,6 +319,7 @@ MultiMC::~MultiMC()
}
#endif
shutdownLogger();
Env::dispose();
}
void MultiMC::messageReceived(const QString& message)