mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 19:19:09 +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
|
for i := 0 to ProcVal.MemberCount - 1 do begin
|
||||||
if FLocalsEvalCancel then begin
|
if FLocalsEvalCancel then begin
|
||||||
ALocals.Validity := ddsInvalid;
|
ALocals.Validity := ddsInvalid;
|
||||||
|
ALocals.EndUpdate;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
m := ProcVal.Member[i];
|
m := ProcVal.Member[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user