Remove ht-cleanup thread
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.cpp
index ba4e2470f30c3b50ec670bc886f89c5d01d69cf2..95fc2c34875ce9fff37d3454a8c96e7de1e3a7fb 100644 (file)
@@ -564,7 +564,7 @@ static void consumer_release_output(struct urcu_ref *ref)
 
        if (obj->socks) {
                /* Finally destroy HT */
-               ht_cleanup_push(obj->socks);
+               lttng_ht_destroy(obj->socks);
        }
 
        free(obj);
This page took 0.023326 seconds and 4 git commands to generate.