mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 10:20:55 +02:00
LazDebuggerFpLldb: Fixed mem leak, introduced in "New interface for retrieving locals."
This commit is contained in:
parent
8970a4768b
commit
3c9f94e806
@ -602,6 +602,7 @@ begin
|
||||
for i := 0 to ProcVal.MemberCount - 1 do begin
|
||||
if FLocalsEvalCancel then begin
|
||||
ALocals.Validity := ddsInvalid;
|
||||
ALocals.EndUpdate;
|
||||
exit;
|
||||
end;
|
||||
m := ProcVal.Member[i];
|
||||
|
Loading…
Reference in New Issue
Block a user