summaryrefslogtreecommitdiff
path: root/tests/test1Formatted_pretty.expected
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2012-09-16 20:49:22 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2012-09-16 20:49:22 -0500
commitc3d1d597abb6261a6c874bd6315a73fe4dbb8e7f (patch)
treeb7029acb9179be1709296ef8a9ab26c0191a57cd /tests/test1Formatted_pretty.expected
parentc3068bfd097c035bd5a1cc1252f8164195f4a90b (diff)
downloadjson-c-c3d1d597abb6261a6c874bd6315a73fe4dbb8e7f.tar.gz
Fix a memory leak in test1 with respect to how json_object_object_del was used.
Diffstat (limited to 'tests/test1Formatted_pretty.expected')
-rw-r--r--tests/test1Formatted_pretty.expected1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test1Formatted_pretty.expected b/tests/test1Formatted_pretty.expected
index f2334c4..95e48ed 100644
--- a/tests/test1Formatted_pretty.expected
+++ b/tests/test1Formatted_pretty.expected
@@ -45,6 +45,7 @@ my_array.to_string()=[
2,
3
]
+baz_obj.to_string()="fark"
my_object=
abc: 12
foo: "bar"