From: Sebastian Harl Date: Sat, 4 Jun 2016 16:26:44 +0000 (+0200) Subject: ceph_test: Free the yajl handle. X-Git-Tag: collectd-5.6.0~243^2~3 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=183223fd3c46819703437f9989f0fa12491aa4d0;p=collectd.git ceph_test: Free the yajl handle. --- 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; }