Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9b7734
)
Fix unlock of an already unlocked mutex.
author
David Griffith
<dave@661.org>
Sun, 15 May 2016 06:58:50 +0000
(23:58 -0700)
committer
David Griffith
<dave@661.org>
Sun, 15 May 2016 06:58:50 +0000
(23:58 -0700)
src/curses/ux_audio.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_audio.c
b/src/curses/ux_audio.c
index f2a1c1471b99b202a6fb427a24d6d93333e46179..b3c38285eb8b188f1947cbf00bcaa59b10f7a499 100644
(file)
--- 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);