comparison src/flacng/plugin.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 36364adc29cd
children 761e17b23e0c
comparison
equal deleted inserted replaced
1343:36364adc29cd 1344:d3fb6dfcd2f8
539 /* 539 /*
540 * Release the play loop mutex 540 * Release the play loop mutex
541 */ 541 */
542 g_mutex_unlock(flac_pl_mutex); 542 g_mutex_unlock(flac_pl_mutex);
543 543
544 g_thread_exit(NULL);
545
546 _LEAVE NULL; 544 _LEAVE NULL;
547 } 545 }
548 546
549 /* --- */ 547 /* --- */
550 548