debugger: fix memory leak

git-svn-id: trunk@22051 -
This commit is contained in:
paul 2009-10-06 01:16:54 +00:00
parent 47347e3ec3
commit ad3522886e

View File

@ -1679,6 +1679,7 @@ function TGDBMIDebugger.GDBEvaluate(const AExpression: String;
end;
Fp := List.Values['value'];
until ParentFP = Fp;
List.Free;
end;
var