mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-02 14:43:52 +02:00
fpdebug: fixed mem leak
git-svn-id: trunk@50881 -
This commit is contained in:
parent
3a33b42792
commit
b11155e714
@ -2959,6 +2959,8 @@ begin
|
||||
|
||||
// TDbgDwarfProcSymbol
|
||||
Result := Cu.DwarfSymbolClassMap.CreateProcSymbol(CU, Iter.DataPtr, AAddress);
|
||||
if Result<>nil then
|
||||
break;
|
||||
finally
|
||||
Iter.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user