<rdar://problem/11988289> Making C++ synthetic children provider for NSDictionary and related classes
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164144 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/Target.cpp b/source/Target/Target.cpp
index a6545b1..ab50e34 100644
--- a/source/Target/Target.cpp
+++ b/source/Target/Target.cpp
@@ -1620,6 +1620,8 @@
const EvaluateExpressionOptions& options
)
{
+ result_valobj_sp.reset();
+
ExecutionResults execution_results = eExecutionSetupError;
if (expr_cstr == NULL || expr_cstr[0] == '\0')