Fix trace UST destroy channel
authorDavid Goulet <dgoulet@efficios.com>
Thu, 12 Jan 2012 15:47:13 +0000 (10:47 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 12 Jan 2012 15:47:13 +0000 (10:47 -0500)
The trace_ust_destroy_channel call was iterating over the internal
events hash table and destroying the complete hash table at each event
which makes no sense at all. This caused a major segfault in the hash
table data structure when destroying a session.

Reported-by: Tan Dung Le Tran<tan.dung.le.tran@ericsson.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>

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