rtl: fixed TValue.Empty setting FData, issue 38776

This commit is contained in:
mattias 2021-04-19 20:41:36 +00:00
parent 16595a5696
commit cc0be33602

View File

@ -722,6 +722,7 @@ end;
class function TValue.Empty: TValue;
begin
Result.FData := nil;
Result.FTypeInfo := nil;
end;