Remove a double pthread_mutex_destroy.  This is for the evs service.
Index: evs.c
===================================================================
--- evs.c	(revision 1506)
+++ evs.c	(working copy)
@@ -166,10 +166,7 @@
 	evs_inst->finalize = 1;
 
 	pthread_mutex_unlock (&evs_inst->response_mutex);
-	pthread_mutex_destroy (&evs_inst->response_mutex);
 
-	pthread_mutex_destroy (&evs_inst->dispatch_mutex);
-
 	saHandleDestroy (&evs_handle_t_db, handle);
     /*
      * Disconnect from the server
_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to