Fixed a crasher that occurs when an expression
doesn't return a result.  If that expression can't
be run in the current context (for example, if it
uses a function and there is no running process)
then we used to try to destroy the nonexistent
result variable.  We now only destroy the result
variable if we actually made one.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@155455 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed