Issue #539: be sure to clean up at the end of test_set_value.

This commit is contained in:
Eric Haszlakiewicz
2020-02-14 03:25:46 +00:00
parent ae13ca524a
commit 4bf7ffa984

View File

@@ -51,6 +51,7 @@ int main(int argc, char **argv)
const char *serialized = json_object_to_json_string(tmp);
fprintf(stderr, "%s\n", serialized);
assert(strncmp(serialized, "12.3", 4)==0);
json_object_put(tmp);
printf("PARSE AND SET PASSED\n");
printf("PASSED\n");