mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 14:49:28 +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;
|
||||
Fp := List.Values['value'];
|
||||
until ParentFP = Fp;
|
||||
List.Free;
|
||||
end;
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user