$NetBSD: patch-ab,v 1.6 2003/12/08 14:43:48 wiz Exp $

--- ogg123/ogg123.c.orig	Tue Sep  2 21:37:05 2003
+++ ogg123/ogg123.c
@@ -606,7 +606,13 @@ void play (char *source_string)
   
   format->cleanup(decoder);
   transport->close(source);
+#if 0
+  /*
+   * XXX: should be done properly with pthread_cleanup_push instead,
+   * if at all.
+   */
   status_reset_output_lock();  /* In case we were killed mid-output */
+#endif
 
   status_message(1, _("Done."));
   
