ceph_test: Free the yajl handle.
authorSebastian Harl <sh@tokkee.org>
Sat, 4 Jun 2016 16:26:44 +0000 (18:26 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 4 Jun 2016 16:30:49 +0000 (18:30 +0200)
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;
 }