Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1343:36364adc29cd | 1344:d3fb6dfcd2f8 |
|---|---|
| 709 | 709 |
| 710 info->playback->output->close_audio(); | 710 info->playback->output->close_audio(); |
| 711 g_mutex_lock(mad_mutex); | 711 g_mutex_lock(mad_mutex); |
| 712 info->playback->playing = 0; | 712 info->playback->playing = 0; |
| 713 g_mutex_unlock(mad_mutex); | 713 g_mutex_unlock(mad_mutex); |
| 714 g_thread_exit(0); | |
| 715 return NULL; /* dummy */ | 714 return NULL; /* dummy */ |
| 716 } | 715 } |
