commit | 23f59509a8790b04c691ec063c55724a3bfee7eb | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Jul 17 03:23:13 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Jul 17 03:23:13 2012 +0000 |
tree | 9bd1537b53423b7a43ccd4b9bceb178960bbbb02 | |
parent | 24a8378c4f5ab46f9156e8c271500a6e051c2fd4 [diff] [blame] |
Ran the static analyzer on the codebase and found a few things. llvm-svn: 160338
diff --git a/lldb/source/API/SBFrame.cpp b/lldb/source/API/SBFrame.cpp index 0404120..8c0e98a 100644 --- a/lldb/source/API/SBFrame.cpp +++ b/lldb/source/API/SBFrame.cpp
@@ -1038,7 +1038,7 @@ LogSP expr_log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS)); - ExecutionResults exe_results; + ExecutionResults exe_results = eExecutionSetupError; SBValue expr_result; ValueObjectSP expr_value_sp;