patch-ogg123_ogg123_c 506 B

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