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 20:03:44 +0000 (16:03 -0400)
commitaef71302d6325f3f04cd21e79665e617d3da721d
tree42c495047e101b909fbcc56bbf52d860f13068d5
parent94dd71b967efa722af734ee067025ef11011a3c8
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.024282 seconds and 4 git commands to generate.