X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fdispatch.cpp;h=6cbb26126f8c080c3a66428f9c589b77e034b7b0;hb=1c9a0b0e83c7e073c4e576c0bed95de335b0e502;hp=107e205c6f61a7fc49fbeb20275e9d506a7c008b;hpb=c10f9cdd994258358bb3766c2e92dab71e4ceef2;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/dispatch.cpp b/src/bin/lttng-sessiond/dispatch.cpp index 107e205c6..6cbb26126 100644 --- a/src/bin/lttng-sessiond/dispatch.cpp +++ b/src/bin/lttng-sessiond/dispatch.cpp @@ -231,6 +231,7 @@ static void *thread_dispatch_ust_registration(void *data) struct ust_reg_wait_node *wait_node = NULL, *tmp_wait_node; struct ust_reg_wait_queue wait_queue = { .count = 0, + .head = {}, }; struct thread_notifiers *notifiers = (thread_notifiers *) data;