mirror of
https://github.com/libretro/mgba.git
synced 2025-02-23 01:04:12 +00:00
Qt: Fix mCoreConfig leaking
This commit is contained in:
parent
417012632c
commit
27c7088038
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user