projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4843d
)
ceph_test: Free the yajl handle.
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
1141140
..
199d40e
100644
(file)
--- 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;
}