mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 15:40:42 +02:00
FpDebugger (pure): Fixed mem-leak by freeing FProcessMap
git-svn-id: trunk@46101 -
This commit is contained in:
parent
d23f34e545
commit
9c5f82c924
@ -494,6 +494,7 @@ end;
|
||||
destructor TDbgController.Destroy;
|
||||
begin
|
||||
//FCurrentProcess.Free;
|
||||
FProcessMap.Free;
|
||||
FParams.Free;
|
||||
FEnvironment.Free;
|
||||
inherited Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user