defect 599

Qian Zhang reported defect 599 which was a missing
pthread_mutex_unlock.  Patch attached to fix it.

(Logical change 1.201)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@653 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2005-06-06 20:33:59 +00:00
parent 58f5b9e5cd
commit e28877c85a

View File

@ -564,6 +564,8 @@ saClmClusterNodeGetAsync (
error = res_clm_nodegetasync.header.error;
error_exit:
pthread_mutex_unlock (&clmInstance->response_mutex);
saHandleInstancePut (&clmHandleDatabase, clmHandle);
return (error);