Remove ht-cleanup thread
[lttng-tools.git] / src / bin / lttng-sessiond / agent.cpp
index 5be61dc366fdb66b8ea41e6c3fc74cb4a00a8445..620ec787f01833b9ed1e9d9899d3d8755fe44397 100644 (file)
@@ -1448,7 +1448,7 @@ void agent_destroy(struct agent *agt)
                call_rcu(&ctx->rcu_node, destroy_app_ctx_rcu);
        }
        rcu_read_unlock();
-       ht_cleanup_push(agt->events);
+       lttng_ht_destroy(agt->events);
        free(agt);
 }
 
This page took 0.023709 seconds and 4 git commands to generate.