From: David Griffith Date: Sun, 15 May 2016 06:58:50 +0000 (-0700) Subject: Fix unlock of an already unlocked mutex. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=cddc4774f4e1e50a51e645e10e69179e6cf0fece;p=liskon_frotz.git Fix unlock of an already unlocked mutex. --- diff --git a/src/curses/ux_audio.c b/src/curses/ux_audio.c index f2a1c14..b3c3828 100644 --- a/src/curses/ux_audio.c +++ b/src/curses/ux_audio.c @@ -572,7 +572,7 @@ void *playaiff(EFFECT *raw_effect) // fseek(myeffect.fp, filestart, SEEK_SET); - pthread_mutex_unlock(&mutex); +// pthread_mutex_unlock(&mutex); // sem_post(&audio_empty); sf_close(sndfile);