* Correctly set FDeclaredProperties length

This commit is contained in:
Michaël Van Canneyt 2024-12-24 16:19:31 +01:00
parent 9dfbc38a50
commit 7245902660

View File

@ -6914,6 +6914,7 @@ begin
Inc(J);
end;
finally
SetLength(FDeclaredProperties,PropCount);
if assigned(List) then
FreeMem(List);
end;