openbsd-ports/audio/vorbis-tools/patches/patch-ogg123_ogg123_c

16 lines
506 B
Plaintext

$OpenBSD: patch-ogg123_ogg123_c,v 1.3 2012/05/15 19:51:53 naddy Exp $
The underlying mutex is actually guaranteed to be unlocked when we
reach this point. Do not try to unlock it again.
--- ogg123/ogg123.c.orig Mon May 14 16:33:30 2012
+++ ogg123/ogg123.c Tue May 15 21:40:42 2012
@@ -743,7 +743,6 @@ void play (char *source_string)
format->cleanup(decoder);
transport->close(source);
- status_reset_output_lock(); /* In case we were killed mid-output */
status_message(1, _("Done."));