all repos — mgba @ 27c70880385877006cbc85e3d7345be694110a1f

mGBA Game Boy Advance Emulator

Qt: Fix mCoreConfig leaking
Vicki Pfau vi@endrift.com
Fri, 28 Apr 2017 23:17:58 -0700
commit

27c70880385877006cbc85e3d7345be694110a1f

parent

417012632c19be49e5e4d28b70a6f76a392f0b1a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/GameController.cppsrc/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;