diff options
Diffstat (limited to 'Alc/solaris.c')
-rw-r--r-- | Alc/solaris.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |