From: Mathieu Desnoyers Date: Sun, 11 Sep 2011 06:40:29 +0000 (-0700) Subject: rbtree test: add missing call_rcu per-cpu threads teardown X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=bb827694305b44c6c1dbc31e348430a973ade061;p=userspace-rcu.git rbtree test: add missing call_rcu per-cpu threads teardown Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/test_urcu_rbtree.c b/tests/test_urcu_rbtree.c index bd7ecad..5c022ab 100644 --- a/tests/test_urcu_rbtree.c +++ b/tests/test_urcu_rbtree.c @@ -678,6 +678,7 @@ int main(int argc, char **argv) argv[0], duration, nr_readers, rduration, wduration, nr_writers, wdelay, tot_reads, tot_writes, tot_reads + tot_writes, global_items, nr_rand_items); + free_all_cpu_call_rcu_data(); free(tid_reader); free(tid_writer); free(count_reader);