changeset 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 36364adc29cd
children 76f826e6052d ab387ad5b88e
files src/flacng/plugin.c src/madplug/decoder.c
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/flacng/plugin.c	Mon Jul 23 17:20:50 2007 -0500
+++ b/src/flacng/plugin.c	Mon Jul 23 17:27:44 2007 -0500
@@ -541,8 +541,6 @@
      */
     g_mutex_unlock(flac_pl_mutex);
 
-    g_thread_exit(NULL);
-
     _LEAVE NULL;
 }
 
--- 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 */
 }