From 94b26d102e282a415980083866048aaf6bd9f4c1 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 6 Mar 2010 13:55:27 +0100 Subject: fixed removing 1st column; few albumart code improvements --- threading_pthread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'threading_pthread.c') diff --git a/threading_pthread.c b/threading_pthread.c index 3b04e7c8..96e464b6 100644 --- a/threading_pthread.c +++ b/threading_pthread.c @@ -90,8 +90,6 @@ mutex_create (void) { void mutex_free (uintptr_t _mtx) { pthread_mutex_t *mtx = (pthread_mutex_t *)_mtx; - mutex_lock (_mtx); - mutex_unlock (_mtx); pthread_mutex_destroy (mtx); free (mtx); } -- cgit v1.2.3