Fix segfault in ust_fork
authorYannick Brosseau <yannick.brosseau@gmail.com>
Fri, 18 Feb 2011 21:39:07 +0000 (16:39 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 18 Feb 2011 21:39:07 +0000 (16:39 -0500)
commit3659d94c0cfe5f112b4e60cf5f1e1432097faf4d
treedc6f5435427e3cb580304aeabe8d3c1ceb9c1368
parent0280b27da65609735c1d868dd3541f1f2d6a21c1
Fix segfault in ust_fork

Move the ltt_trace_destroy after the iteration of open_buffer_list. The destroy
free the pointers used in the open_buffer_list

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libust/tracectl.c
This page took 0.023127 seconds and 4 git commands to generate.