Fix: destroy context hash table being NULL
authorDavid Goulet <dgoulet@efficios.com>
Thu, 5 Apr 2012 19:56:43 +0000 (15:56 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 5 Apr 2012 19:56:43 +0000 (15:56 -0400)
commitaf061a47af03a507bb9c2fade8f278a2a01fe29c
tree0f0ff98f900b740e9a3c8b2fbf6121bcd4c2df83
parentd4018451a4eb6c042b5ab5bb20c6ef0f812dc887
Fix: destroy context hash table being NULL

Passing an event unknown loglevel type to the session daemon (for UST
domain) was triggering an error code path to destroy the context hash
table of the event which is not created once the error is hit.

Fix a segfault completely killing the session daemon.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/trace-ust.c
This page took 0.027622 seconds and 5 git commands to generate.