From: David Goulet Date: Mon, 10 Dec 2012 21:27:55 +0000 (-0500) Subject: Fix: Add missing relayd ht cleanup and ht destroy X-Git-Tag: v2.1.0~67 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=228b5bf7fa0bd5cf9e709717e578e28bccd57a73;hp=228b5bf7fa0bd5cf9e709717e578e28bccd57a73;p=lttng-tools.git Fix: Add missing relayd ht cleanup and ht destroy Add a function to cleanup every element of the relayd ht and free them in a call_rcu. Also, destroy the stream_list_ht on cleanup. Signed-off-by: David Goulet ---