mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
fpdebug: fixed mem leak
git-svn-id: branches/fixes_1_6@50882 -
This commit is contained in:
parent
1e20272cab
commit
2b26e31cb6
@ -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