mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* Correctly set FDeclaredProperties length
This commit is contained in:
parent
9dfbc38a50
commit
7245902660
@ -6914,6 +6914,7 @@ begin
|
||||
Inc(J);
|
||||
end;
|
||||
finally
|
||||
SetLength(FDeclaredProperties,PropCount);
|
||||
if assigned(List) then
|
||||
FreeMem(List);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user