Remove ht-cleanup thread
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-syscall.cpp
index f14563457aeff498f1815d83c5725ce316febf76..7dae12d9f39ea0c9b7ce1c2a83637ff5feabfdfd 100644 (file)
@@ -169,7 +169,7 @@ static void destroy_syscall_ht(struct lttng_ht *ht)
                LTTNG_ASSERT(!ret);
                free(ksyscall);
        }
-       ht_cleanup_push(ht);
+       lttng_ht_destroy(ht);
 }
 
 /*
This page took 0.022946 seconds and 4 git commands to generate.