Fix: unchecked return value of cds_lfht_destroy
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Aug 2018 19:54:57 +0000 (15:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Aug 2018 19:54:57 +0000 (15:54 -0400)
commit8aca663cd2a1cc1680b18a349f7d8b9bef8ef490
tree7248092d9477864ae7978176689ce4245ce1c07d
parentc9a2957d9bca98ac11384b1e25c75a529ad1ee52
Fix: unchecked return value of cds_lfht_destroy

The sessiond should assert that cds_lfht_destroy returns 0 when
tearing down the 'pending rotate channel' hash table as a non-zero
value would indicate a leak.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/rotation-thread.c
This page took 0.025437 seconds and 4 git commands to generate.