mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 20:20:23 +02:00
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:
parent
71614194be
commit
a1f2c94016
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user