mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 14:39:07 +08:00
Fixed memory leak in testReplaceExisting
This commit is contained in:
@@ -72,5 +72,7 @@ int main(int argc, char **argv)
|
||||
retval = 1;
|
||||
}
|
||||
|
||||
json_object_put( my_object );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user