X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=857201def7d9d35d1228e23e9ed4d2472b4f2088;hp=0299d5e952cfd5c946ef91916103e8f261b02623;hb=7567352fb68f5c3f49f549c579f5bd27c883bed2;hpb=73ec1cf980a0685ef6443de2fb8ca9fae4a20da3 diff --git a/src/common/consumer.c b/src/common/consumer.c index 0299d5e95..857201def 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -1212,6 +1212,8 @@ void lttng_consumer_cleanup(void) * it. */ lttng_ht_destroy(consumer_data.stream_list_ht); + + run_as_destroy_worker(); } /*