diff src/madplug/decoder.c @ 1344:d3fb6dfcd2f8

Kill g_thread_exit() this is now handled by monitor thread.
author William Pitcock <nenolod@atheme-project.org>
date Mon, 23 Jul 2007 17:27:44 -0500
parents 29519d604e8c
children 4993976d7ed0
line wrap: on
line diff
--- a/src/madplug/decoder.c	Mon Jul 23 17:20:50 2007 -0500
+++ b/src/madplug/decoder.c	Mon Jul 23 17:27:44 2007 -0500
@@ -711,6 +711,5 @@
     g_mutex_lock(mad_mutex);
     info->playback->playing = 0;
     g_mutex_unlock(mad_mutex);
-    g_thread_exit(0);
     return NULL; /* dummy */
 }