Browse Source

Fixed memory leak in testReplaceExisting

tags/json-c-0.11-20130402
Alexander Klauer 12 years ago
parent
commit
827a4a97b9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/testReplaceExisting.c

+ 2
- 0
tests/testReplaceExisting.c View File

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

json_object_put( my_object );

return 0;
}

Loading…
Cancel
Save