Qt: Fix mCoreConfig leaking

This commit is contained in:
Vicki Pfau 2017-04-28 23:17:58 -07:00
parent 5a2d8033f9
commit ce970fc863
1 changed files with 1 additions and 0 deletions

View File

@ -593,6 +593,7 @@ void GameController::cleanGame() {
delete[] m_drawContext;
delete[] m_frontBuffer;
mCoreConfigDeinit(&m_threadContext.core->config);
m_threadContext.core->deinit(m_threadContext.core);
m_threadContext.core = nullptr;
m_gameOpen = false;