Fixed memory leak in testReplaceExisting

This commit is contained in:
Alexander Klauer
2012-12-19 10:46:35 +01:00
parent beb12d49e1
commit 827a4a97b9

View File

@@ -72,5 +72,7 @@ int main(int argc, char **argv)
retval = 1;
}
json_object_put( my_object );
return 0;
}