From: Mathieu Desnoyers Date: Thu, 29 Sep 2011 21:17:41 +0000 (-0400) Subject: Merge branch 'master' into urcu/ht-shrink X-Git-Tag: v0.7.0~43^2~109 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=276c2fc88c222b5a7c534d21a271564c0bb57935;hp=1f689e13ea7e519b1afc001e9c55a7b1b60b599f;p=userspace-rcu.git Merge branch 'master' into urcu/ht-shrink --- diff --git a/urcu-call-rcu-impl.h b/urcu-call-rcu-impl.h index d09adb1..29c4e28 100644 --- a/urcu-call-rcu-impl.h +++ b/urcu-call-rcu-impl.h @@ -669,6 +669,7 @@ void free_all_cpu_call_rcu_data(void) fprintf(stderr, "[error] liburcu: unable to allocate per-CPU pointer array\n"); } warned = 1; + return; } for (cpu = 0; cpu < maxcpus; cpu++) {