$OpenBSD: patch-ogg123_ogg123_c,v 1.4 2021/01/23 22:13:14 naddy Exp $

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."));
 
