Valgrind: uninitialized value, memory leak

This commit is contained in:
Émilie Feral
2018-03-27 15:47:47 +02:00
committed by EmilieNumworks
parent 06ace4369c
commit f1ddf1dbf4
2 changed files with 3 additions and 1 deletions

View File

@@ -30,7 +30,8 @@ ConsoleController::ConsoleController(Responder * parentResponder, ScriptStore *
m_editCell(this, this),
m_pythonHeap(nullptr),
m_scriptStore(scriptStore),
m_sandboxController(this)
m_sandboxController(this),
m_inputRunLoopActive(false)
#if EPSILON_GETOPT
, m_locked(lockOnConsole)
#endif