X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fceph_test.c;h=199d40ec9a429d8c5fac6fb99b48b7968bd59db2;hb=21ab7512825cf8177d5eee5101344b45d0854610;hp=114114068621097b04ebd5992b039fcaf12a91b9;hpb=82c9b0daf5ff90d01f4a4371f11727cd613e4b01;p=collectd.git 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; }