To silence the static analyzer.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@137329 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/ScriptInterpreterPython.cpp b/source/Interpreter/ScriptInterpreterPython.cpp
index e7c68e7..2db4202 100644
--- a/source/Interpreter/ScriptInterpreterPython.cpp
+++ b/source/Interpreter/ScriptInterpreterPython.cpp
@@ -700,7 +700,7 @@
     PyObject *globals = PyModule_GetDict (mainmod);
     PyObject *locals = NULL;
     PyObject *py_error = NULL;
-    bool ret_success;
+    bool ret_success = false;
     bool should_decrement_locals = false;
     int success;