Fix unlock of an already unlocked mutex.
authorDavid Griffith <dave@661.org>
Sun, 15 May 2016 06:58:50 +0000 (23:58 -0700)
committerDavid Griffith <dave@661.org>
Sun, 15 May 2016 06:58:50 +0000 (23:58 -0700)
src/curses/ux_audio.c

index f2a1c1471b99b202a6fb427a24d6d93333e46179..b3c38285eb8b188f1947cbf00bcaa59b10f7a499 100644 (file)
@@ -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);