$NetBSD$

--- ogg123/buffer.c.orig	2010-03-24 08:10:47.000000000 +0000
+++ ogg123/buffer.c
@@ -429,7 +429,9 @@ void buffer_reset (buf_t *buf)
 
   /* Cleanup pthread variables */
   pthread_mutex_destroy(&buf->mutex);
+  COND_SIGNAL(buf->write_cond);
   pthread_cond_destroy(&buf->write_cond);
+  COND_SIGNAL(buf->playback_cond);
   pthread_cond_destroy(&buf->playback_cond);
 
   /* Reinit pthread variables */
