Add a missing json_object_get() so we don't try to use a freed object in test1.
[platform/upstream/json-c.git] / tests / test1.c
2012-11-29 Eric HaszlakiewiczAdd a missing json_object_get() so we don't try to...
2012-09-17 Eric HaszlakiewiczFix a memory leak in test1 with respect to how json_obj...
2012-09-17 Eric HaszlakiewiczReformat the test sources. No functional change.
2012-07-29 Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-09 Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-05-31 Eric HaszlakiewiczMerge pull request #27 from OBI-1/master
2012-05-31 Eric HaszlakiewiczMerge pull request #29 from mloskot/msvc-port
2012-05-22 Mateusz LoskotMissing explicit casts from void* to specific pointers...
2012-04-28 Eric HaszlakiewiczExtend test1 and test2 to run using json_object_to_json...
2012-04-23 Eric HaszlakiewiczMerge pull request #21 from kdopen/add_iterator
2012-04-22 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-04-22 Eric HaszlakiewiczCreate a tests subdirectory and move one of the test...