From: Mathieu Desnoyers Date: Wed, 18 May 2016 18:50:01 +0000 (-0400) Subject: Fix: urcu-bp: re-initialize list head on library exit X-Git-Tag: v0.10.0~47 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=7937ae1cd35218d2485f58757a0b9cb910a28e28;hp=7937ae1cd35218d2485f58757a0b9cb910a28e28 Fix: urcu-bp: re-initialize list head on library exit In case an application would try to create threads after the urcu-bp library destructor has run, make sure the arena chunk list is re-initialized after the memory mappings are unmapped. Signed-off-by: Mathieu Desnoyers ---