From: Mathieu Desnoyers Date: Fri, 10 Feb 2023 20:46:04 +0000 (-0500) Subject: Fix: join worker thread in call_rcu_data_free X-Git-Tag: v0.12.5~5 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=232cf6ac1955d43d6feb5d571a64bf04dd380dd2;hp=232cf6ac1955d43d6feb5d571a64bf04dd380dd2;p=urcu.git Fix: join worker thread in call_rcu_data_free When freeing the call rcu descriptor, join its associated thread as well to ensure complete teardown. Fixes: #1317 Signed-off-by: Mathieu Desnoyers Change-Id: Ic522e0466f56deca8bde519e082f3d7f99ec2e7f ---