From 183223fd3c46819703437f9989f0fa12491aa4d0 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 4 Jun 2016 18:26:44 +0200 Subject: [PATCH] ceph_test: Free the yajl handle. --- src/ceph_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ceph_test.c b/src/ceph_test.c index 11411406..199d40ec 100644 --- a/src/ceph_test.c +++ b/src/ceph_test.c @@ -144,6 +144,7 @@ DEF_TEST(traverse_json) CHECK_ZERO (yajl_parse_complete (hndl)); #endif + yajl_free (hndl); return 0; } -- 2.11.0