FpDebug: fix memleak in function eval

This commit is contained in:
Martin 2024-09-13 18:21:02 +02:00
parent 4621061aae
commit 72314563d9

View File

@ -2222,7 +2222,6 @@ begin
exit;
Context := TFpDbgInfoCallContext.Create(ABaseContext, AMemReader, MemModel, AMemConverter, FCurrentProcess, FCurrentThread);
Context.AddReference;
InitializeCommand(TDbgControllerCallRoutineCmd.Create(self, FunctionAddress, Context));
Result := Context;
end;