mirror of
https://github.com/json-c/json-c.git
synced 2026-03-27 00:49:07 +08:00
Fix memory leaks in test_double_serializer, and make sure all tests return 0 at the end of main().
This commit is contained in:
@@ -26,6 +26,8 @@ int main(void)
|
||||
puts(separator);
|
||||
test_incremental_parse();
|
||||
puts(separator);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static json_c_visit_userfunc clear_serializer;
|
||||
|
||||
Reference in New Issue
Block a user