From 6d8873f94b252f8e1d9617d1773efa47e8969876 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 6 Aug 2014 00:24:38 +0000 Subject: [PATCH] Probably should initialize that new ivar while I'm at it... llvm-svn: 214941 --- lldb/source/Interpreter/CommandObject.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp index 62a8475..3fdbf99 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) { -- 2.7.4