mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 01:56:20 +02:00
debugger: fix memory leak
git-svn-id: trunk@22051 -
This commit is contained in:
parent
47347e3ec3
commit
ad3522886e
@ -1679,6 +1679,7 @@ function TGDBMIDebugger.GDBEvaluate(const AExpression: String;
|
|||||||
end;
|
end;
|
||||||
Fp := List.Values['value'];
|
Fp := List.Values['value'];
|
||||||
until ParentFP = Fp;
|
until ParentFP = Fp;
|
||||||
|
List.Free;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user