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)
commit7bd3904781fa78155c13952f5d5cb9ab42f44a08
tree5d9710c668c160ae474f31bfaf1b93d83c0073d0
parentdaee53455d4227b223c22fdeff84722f924cc0d2
Fix trace UST destroy channel

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>
lttng-sessiond/trace-ust.c
This page took 0.026527 seconds and 5 git commands to generate.