Qt: Fix mCoreConfig leaking
Vicki Pfau vi@endrift.com
Fri, 28 Apr 2017 23:17:58 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
M
src/platform/qt/GameController.cpp
→
src/platform/qt/GameController.cpp
@@ -651,6 +651,7 @@
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;