Qt: Fix mCoreConfig leaking

This commit is contained in:
Vicki Pfau 2017-04-28 23:17:58 -07:00
parent 417012632c
commit 27c7088038

View File

@ -651,6 +651,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;