git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1335 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -74,6 +74,7 @@ static inline void hdb_destroy (
if (handle_database->handles) {
free (handle_database->handles);
}
+ pthread_mutex_destory (&handle_database->mutex);
memset (handle_database, 0, sizeof (struct hdb_handle_database));