Fix: memory leak of client_list_element
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index 00a2bf66f559f1d5b8d6ee2c019e3dd0c2241534..8bc020f960f24f691c6e0a44e51aaac6239084c7 100644 (file)
@@ -405,6 +405,7 @@ int notification_thread_client_subscribe(struct notification_client *client,
                        &iter);
        node = cds_lfht_iter_get_node(&iter);
        if (!node) {
+               free(client_list_element);
                goto end_unlock;
        }
 
This page took 0.024258 seconds and 5 git commands to generate.