summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fd4843d)
raw | patch | inline | side by side (parent: fd4843d)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 16:26:44 +0000 (18:26 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 16:30:49 +0000 (18:30 +0200) |
src/ceph_test.c | patch | blob | history |
diff --git a/src/ceph_test.c b/src/ceph_test.c
index 114114068621097b04ebd5992b039fcaf12a91b9..199d40ec9a429d8c5fac6fb99b48b7968bd59db2 100644 (file)
--- a/src/ceph_test.c
+++ b/src/ceph_test.c
CHECK_ZERO (yajl_parse_complete (hndl));
#endif
+ yajl_free (hndl);
return 0;
}