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

15 lines
414 B
Plaintext

The underlying mutex is actually guaranteed to be unlocked when we
reach this point. Do not try to unlock it again.
Index: ogg123/ogg123.c
--- ogg123/ogg123.c.orig
+++ ogg123/ogg123.c
@@ -742,7 +742,6 @@ void play (const char *source_string)
format->cleanup(decoder);
transport->close(source);
- status_reset_output_lock(); /* In case we were killed mid-output */
status_message(1, _("Done."));