Fix ust_app_clean_list segfault
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2011 23:54:25 +0000 (18:54 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2011 23:54:25 +0000 (18:54 -0500)
commit0d5d001d7df80ba9e8c9026b48b8995ca15c38dd
tree70aa9dec12dbd810a9682b2ea4ce3e9d68589352
parent525b07400aa31a94237adda245f793188643bc29
Fix ust_app_clean_list segfault

The 4th parameter of cds_lfht_for_each_entry is the member of the
structure, not a pointer to a variable. Therefore, node was never
populated.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-sessiond/ust-app.c
This page took 0.026834 seconds and 5 git commands to generate.