diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp index 62a8475ae1c0..3fdbf994fe7a 100644 --- a/lldb/source/Interpreter/CommandObject.cpp +++ b/lldb/source/Interpreter/CommandObject.cpp @@ -56,6 +56,7 @@ CommandObject::CommandObject m_is_alias (false), m_flags (flags), m_arguments(), + m_deprecated_command_override_callback (nullptr), m_command_override_callback (nullptr), m_command_override_baton (nullptr) {