From: Mathieu Desnoyers Date: Tue, 29 Nov 2011 23:54:25 +0000 (-0500) Subject: Fix ust_app_clean_list segfault X-Git-Tag: v2.0-pre15~58 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=0d5d001d7df80ba9e8c9026b48b8995ca15c38dd;hp=0d5d001d7df80ba9e8c9026b48b8995ca15c38dd;p=lttng-tools.git 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 ---