LazDebuggerFpLldb: Fixed mem leak, introduced in "New interface for retrieving locals."

This commit is contained in:
Martin 2023-03-02 20:34:50 +01:00
parent 8970a4768b
commit 3c9f94e806

View File

@ -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];