diff --git a/src/config/sound/sdl/sdl-sound.c b/src/config/sound/sdl/sdl-sound.c index c99f45b..6d2741b 100644 --- a/src/config/sound/sdl/sdl-sound.c +++ b/src/config/sound/sdl/sdl-sound.c @@ -205,6 +205,8 @@ sound_sdl_shutdown (sound_driver_t *s) /* possibly kill the thread here */ have_sound_p = FALSE; } + + sdl_stream = NULL; } static void