]> git.ipfire.org Git - thirdparty/json-c.git/commit
Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 1 Apr 2012 03:53:43 +0000 (22:53 -0500)
committerKeith Derrick <keith.derrick@palm.com>
Mon, 2 Apr 2012 14:53:25 +0000 (07:53 -0700)
commitf30a9ace77fd87d08b326688919abbeb3c8717d4
treeb2133ddbd3003d71d1ef97b7ac4153c836a4c998
parent30c6c4a1be41a59ea9335bc3566371276a72763f
Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple objects.  Now, json_tokener_reset() does not need to be called after a valid object is parsed.
json_tokener.c