X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-ht.c;h=324ebed93420dd7957ffd03963aae07340e5001a;hp=a26878fd347ccf22294509960fcf95a6cc67f1d3;hb=567d755011a9f52f13c53d27842150fd9564da7a;hpb=2e6070d0f3c445476172dda329ae5d2a981a4986 diff --git a/urcu-ht.c b/urcu-ht.c index a26878f..324ebed 100644 --- a/urcu-ht.c +++ b/urcu-ht.c @@ -177,8 +177,8 @@ end: */ rcu_read_unlock(); - data = node->data; - call_rcu(free, node); + data = del_node->data; + call_rcu(free, del_node); return data; error: