From fdd314f7f8eddb6085a69b812bfa5a74dff6533d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 29 Nov 2009 10:22:12 -0800 Subject: Reset the kill flag after the thread has stopped --- Alc/solaris.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Alc/solaris.c') diff --git a/Alc/solaris.c b/Alc/solaris.c index 695f8f86..6cfaaa11 100644 --- a/Alc/solaris.c +++ b/Alc/solaris.c @@ -217,6 +217,8 @@ static void solaris_stop_playback(ALCdevice *device) StopThread(data->thread); data->thread = NULL; + data->killNow = 0; + free(data->mix_data); data->mix_data = NULL; } -- cgit v1.2.3