ceph_test: Free the yajl handle.
[collectd.git] / src / ceph_test.c
index 1141140..199d40e 100644 (file)
@@ -144,6 +144,7 @@ DEF_TEST(traverse_json)
   CHECK_ZERO (yajl_parse_complete (hndl));
 #endif
 
+  yajl_free (hndl);
   return 0;
 }