$NetBSD: patch-ab,v 1.7 2007/01/13 15:35:52 wiz Exp $ --- ogg123/ogg123.c.orig 2005-06-03 10:15:09.000000000 +0000 +++ ogg123/ogg123.c @@ -610,7 +610,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."));