What steps will reproduce the problem?
1. obj := TdwsJSONObject.ParseString('{"Key": "value"}') as TdwsJSONObject;
2. key := obj['Key'];
3. key.Free;
What is the expected output? What do you see instead?
Expected: this should work.
Observed: Invalid pointer operation. (Double-free error.)
What version of the product are you using? On what operating system?
SVN build 1633.
Original issue reported on code.google.com by masonwhe...@gmail.com on 14 Dec 2012 at 2:55
Original issue reported on code.google.com by
masonwhe...@gmail.com
on 14 Dec 2012 at 2:55