From 827a4a97b9ddf6a04ad5a3d7a3c9350edcd00df0 Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Wed, 19 Dec 2012 10:46:35 +0100 Subject: [PATCH] Fixed memory leak in testReplaceExisting --- tests/testReplaceExisting.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testReplaceExisting.c b/tests/testReplaceExisting.c index 69a71452..8cc69244 100644 --- a/tests/testReplaceExisting.c +++ b/tests/testReplaceExisting.c @@ -72,5 +72,7 @@ int main(int argc, char **argv) retval = 1; } + json_object_put( my_object ); + return 0; } -- 2.47.2