Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 58cebef081c94cb5f88b9fe2fbddfdc8 > files > 10

openais-0.80.6-28.el5_6.1.src.rpm

Index: exec/ipc.c
===================================================================
--- exec/ipc.c	(revision 1955)
+++ exec/ipc.c	(revision 1956)
@@ -636,7 +636,6 @@
 				res = 0;
 				break;
 			}
-			openais_conn_refcount_dec (conn_info);
 		}
 #if defined(OPENAIS_SOLARIS) || defined(OPENAIS_BSD) || defined(OPENAIS_DARWIN)
 		/* On many OS poll never return POLLHUP or POLLERR.
@@ -644,9 +643,11 @@
 		 */
 		if (res == 0) {
 			ipc_disconnect (conn_info);
+			openais_conn_refcount_dec (conn_info);
 			return (0);
 		}
 #endif
+		openais_conn_refcount_dec (conn_info);
 	}
 
 	openais_conn_refcount_inc (conn_info);