FpDebugger (pure): Fixed mem-leak by freeing FProcessMap

git-svn-id: trunk@46101 -
This commit is contained in:
joost 2014-09-01 15:45:36 +00:00
parent d23f34e545
commit 9c5f82c924

View File

@ -494,6 +494,7 @@ end;
destructor TDbgController.Destroy;
begin
//FCurrentProcess.Free;
FProcessMap.Free;
FParams.Free;
FEnvironment.Free;
inherited Destroy;