Unload patch after the end of the game
Jeffrey Pfau jeffrey@endrift.com
Fri, 24 Oct 2014 02:25:18 -0700
1 files changed,
2 insertions(+),
0 deletions(-)
M
src/platform/qt/GameController.cpp
→
src/platform/qt/GameController.cpp
@@ -191,6 +191,8 @@ free(const_cast<char*>(m_threadContext.fname));
m_threadContext.fname = nullptr; } + m_patch = QString(); + m_gameOpen = false; emit gameStopped(&m_threadContext); }