looks like the change should be

- 		if (unlikely(wb==0))
+ 		if (unlikely(wb==0)) {
		        SHM_MEM_ERROR;
 			goto error;
+                }


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.