mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 10:59:06 +08:00
Fix a memory leak in test1 with respect to how json_object_object_del was used.
This commit is contained in:
@@ -45,6 +45,7 @@ my_array.to_string()=[
|
||||
2,
|
||||
3
|
||||
]
|
||||
baz_obj.to_string()="fark"
|
||||
my_object=
|
||||
abc: 12
|
||||
foo: "bar"
|
||||
|
||||
Reference in New Issue
Block a user