Closed drJabber closed 6 years ago
Result is uninitialized. I think Result.Id:= should be changed to Result:=TKeyValue.Create(...)
Result.Id:=
Result:=TKeyValue.Create(...)
I think you are a very old version. Please update and re-check.
@danieleteti can we close this issue and tag a new version?
Yep!
Result is uninitialized. I think
Result.Id:=
should be changed toResult:=TKeyValue.Create(...)