Fix memory leaks in test_double_serializer, and make sure all tests return 0 at the end of main().

This commit is contained in:
Eric Haszlakiewicz
2019-11-23 12:05:28 -05:00
parent 3d3b014971
commit 25aedddcdf
5 changed files with 12 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ int main(void)
puts(separator);
test_incremental_parse();
puts(separator);
return 0;
}
static json_c_visit_userfunc clear_serializer;