Fix: sanitize wait queue in the dispatch thread
authorDavid Goulet <dgoulet@efficios.com>
Thu, 6 Jun 2013 16:37:01 +0000 (12:37 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 14 Jun 2013 15:03:38 +0000 (11:03 -0400)
commitf45e313daba4dc617f3036ca0ce0e6de305a4ba5
treed22fe30ecd763fbc1ff7e0fd33799dd5ee370d57
parent12e2b88170b3bf7a55beb692c717470752ad51eb
Fix: sanitize wait queue in the dispatch thread

This is to avoid memory leaks when the notify socket is never received
thus cleaning the wait node for command socket that are invalid.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/lttng-sessiond.h
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-app.h
This page took 0.02798 seconds and 5 git commands to generate.