]> git.ipfire.org Git - thirdparty/json-c.git/commit
Fix json_object_object_get() so it returns NULL if the incoming json_object is NULL.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 18 Oct 2012 22:14:41 +0000 (17:14 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 18 Oct 2012 22:14:41 +0000 (17:14 -0500)
commit5450bed05147c5d80e3c8c7f79d893d4a22dae4e
tree66d6e5999d6ad66104972a68381ca1ba083e8d4c
parent5f4739e2eb6407a6fae898802d165daab1ad7986
Fix json_object_object_get() so it returns NULL if the incoming json_object is NULL.
json_object.c