FpDebug: fix memleak

This commit is contained in:
Martin 2024-05-19 12:29:40 +02:00
parent 282e6a369d
commit 1b6c857812

View File

@ -6659,6 +6659,7 @@ destructor TFpSymbolDwarfDataProc.Destroy;
begin
if FProcTypeInfo <> nil then
TFpSymbolDwarfTypeProc(FProcTypeInfo).FProcValue := nil;
FreeAndNil(FFrameBaseParser);
FreeAndNil(FStateMachine);
inherited Destroy;
end;