comparison src/sexypsf/plugin.c @ 1606:331b0614951b

fixed SexyPSF hangs and error message
author mf0102 <0102@gmx.at>
date Fri, 07 Sep 2007 00:43:30 +0200
parents 3a252050736c
children 4eeeef9adab3 75e0c0e13ed3
comparison
equal deleted inserted replaced
1605:75b8e7737bcd 1606:331b0614951b
121 break; 121 break;
122 } 122 }
123 123
124 playback->output->close_audio(); 124 playback->output->close_audio();
125 if (!(stop)) nextsong = TRUE; 125 if (!(stop)) nextsong = TRUE;
126 g_thread_exit(NULL);
127 return NULL; 126 return NULL;
128 } 127 }
129 128
130 static void sexypsf_xmms_play(InputPlayback *data) 129 static void sexypsf_xmms_play(InputPlayback *data)
131 { 130 {