X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=dd8c621f177d56968306fb500ce4546870b5bd2d;hp=ee5575262ec5667d448007a8ab82eec0607e19c9;hb=d6ce1df2ef346f3d136e9ad62a53621d5306076d;hpb=e8913bd86153e8d8d8e21e6541fdb5d637940266 diff --git a/src/common/consumer.c b/src/common/consumer.c index ee5575262..dd8c621f1 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -636,6 +636,9 @@ void lttng_consumer_cleanup(void) } rcu_read_unlock(); + + lttng_ht_destroy(consumer_data.stream_ht); + lttng_ht_destroy(consumer_data.channel_ht); } /*