mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 04:49:06 +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:
@@ -14,6 +14,8 @@ int main(int argc, char **argv)
|
||||
MC_SET_DEBUG(1);
|
||||
|
||||
test_case_parse();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* make sure only lowercase forms are parsed in strict mode */
|
||||
|
||||
Reference in New Issue
Block a user