You've already forked lazarus-ccr
Free WST's generated record RTTI
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@911 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -351,7 +351,7 @@ end;
|
||||
procedure finalize_record_rtti();
|
||||
begin
|
||||
{$IFDEF WST_RECORD_RTTI}
|
||||
if ( RawTypeInfoList = nil ) then begin
|
||||
if ( RawTypeInfoList <> nil ) then begin
|
||||
while ( RawTypeInfoList.Count > 0 ) do begin
|
||||
FreeRawTypeInfo(PTypeInfo(RawTypeInfoList.Items[0]));
|
||||
RawTypeInfoList.Delete(0);
|
||||
|
Reference in New Issue
Block a user