mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 07:58:37 +01:00
FpDebugger (pure): Use a TFPGObjectList to free the items. Fixes several mem-leaks
git-svn-id: trunk@45779 -
This commit is contained in:
parent
982f401425
commit
8f433367c7
@ -69,7 +69,7 @@ type
|
||||
property DwarfIdx: cardinal read FDwarfIdx;
|
||||
end;
|
||||
|
||||
TGDbgRegisterValueList = specialize TFPGList<TDbgRegisterValue>;
|
||||
TGDbgRegisterValueList = specialize TFPGObjectList<TDbgRegisterValue>;
|
||||
|
||||
{ TDbgRegisterValueList }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user