FpDebugger (pure): Use a TFPGObjectList to free the items. Fixes several mem-leaks

git-svn-id: trunk@45779 -
This commit is contained in:
joost 2014-07-04 20:11:51 +00:00
parent 982f401425
commit 8f433367c7

View File

@ -69,7 +69,7 @@ type
property DwarfIdx: cardinal read FDwarfIdx;
end;
TGDbgRegisterValueList = specialize TFPGList<TDbgRegisterValue>;
TGDbgRegisterValueList = specialize TFPGObjectList<TDbgRegisterValue>;
{ TDbgRegisterValueList }