From 0a9f517ff51340fa27dfc2eb1554d1ed16ebcc41 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 28 Jul 2018 17:15:15 +0100 Subject: Tests: Squash json object leak in tests. --- test/tokeniser3.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/tokeniser3.c') diff --git a/test/tokeniser3.c b/test/tokeniser3.c index 949ddd0..e33d018 100644 --- a/test/tokeniser3.c +++ b/test/tokeniser3.c @@ -98,6 +98,8 @@ int main(int argc, char **argv) run_test(&ctx); } + json_object_put(json); + printf("PASS\n"); return 0; -- cgit v1.2.3