Qt: Fix uninitialized memory issue
Vicki Pfau vi@endrift.com
Sat, 16 Nov 2019 12:17:13 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/CoreController.h
→
src/platform/qt/CoreController.h
@@ -230,7 +230,7 @@ bool m_videoSync = VIDEO_SYNC;
bool m_autosave; bool m_autoload; - int m_autosaveCounter; + int m_autosaveCounter = 0; int m_fastForward = false; int m_fastForwardForced = false;