Fix: add missing free causing a memleak
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.c
index 6e9f0699b334bbeebb00957b0e9a9b0bd486ea1b..682da2b482779d2036f300623af9862337f2224b 100644 (file)
@@ -324,6 +324,7 @@ void destroy_channel_rcu(struct rcu_head *head)
        if (chan->ht) {
                ht_cleanup_push(chan->ht);
        }
+       free(chan->ctx_fields);
        free(chan);
 }
 
This page took 0.023257 seconds and 4 git commands to generate.