mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 20:05:04 +00:00
Execute pthread destroy in queue_free in trunk.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1341 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
d86a47c5c6
commit
b2a537a90c
@ -81,6 +81,7 @@ static inline int queue_reinit (struct queue *queue)
|
||||
}
|
||||
|
||||
static inline void queue_free (struct queue *queue) {
|
||||
pthread_mutex_destroy (&queue->mutex);
|
||||
free (queue->items);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user