Fix a memory leak in test1 with respect to how json_object_object_del was used.

This commit is contained in:
Eric Haszlakiewicz
2012-09-16 20:49:22 -05:00
parent c3068bfd09
commit c3d1d597ab
5 changed files with 12 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ my_array=
[3]=2
[4]=3
my_array.to_string()=[null,0,1,2,3]
baz_obj.to_string()="fark"
my_object=
abc: 12
foo: "bar"