Don't kill pulseaudio's mixer thread if it's already killed

This commit is contained in:
Chris Robinson
2014-12-17 09:47:58 -08:00
parent c37275efdc
commit af193e9fb3
+1 -1
View File
@@ -1048,7 +1048,7 @@ static void ALCpulsePlayback_stop(ALCpulsePlayback *self)
pa_operation *o;
int res;
if(!self->stream)
if(!self->stream || self->killNow)
return;
self->killNow = AL_TRUE;