Tests: Fix possible segfault in health check thread exit test
authorChristian Babeux <christian.babeux@efficios.com>
Wed, 22 May 2013 20:29:33 +0000 (16:29 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 22 May 2013 20:58:00 +0000 (16:58 -0400)
The testpoints in the thread_manage_clients and thread_manage_apps are
called after a rcu_register_thread() call. The testpoints were not
unregistering their respective thread which could later on cause a
segfault when shutting down the session daemon.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.026484 seconds and 4 git commands to generate.