Merged revision(s) 59848 #9cd0d830c4 from trunk:

LazDebuggerFpLLDB: fix mem leak in locals
........

git-svn-id: branches/fixes_2_0@59849 -
This commit is contained in:
martin 2018-12-18 13:50:45 +00:00
parent 71614194be
commit a1f2c94016

View File

@ -438,6 +438,7 @@ begin
// If a ExecCmd is running, then defer exec until the exec cmd is done
// FpDebugger.QueueCommand(LocalsCmdObj, ForceQueuing);
FpDebugger.QueueCommand(LocalsCmdObj);
LocalsCmdObj.ReleaseReference;
end;
{ TFpLldbDebuggerCommandEvaluate }