rtl: fixed TValue.Empty setting FData, issue 38776

This commit is contained in:
mattias 2021-04-19 20:40:48 +00:00
parent 0f656ddf5f
commit 8ee8c55c49

View File

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