mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 14:09:26 +02:00
FpDebug: fix memleak
This commit is contained in:
parent
282e6a369d
commit
1b6c857812
@ -6659,6 +6659,7 @@ destructor TFpSymbolDwarfDataProc.Destroy;
|
||||
begin
|
||||
if FProcTypeInfo <> nil then
|
||||
TFpSymbolDwarfTypeProc(FProcTypeInfo).FProcValue := nil;
|
||||
FreeAndNil(FFrameBaseParser);
|
||||
FreeAndNil(FStateMachine);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user