Fixed hang at exit for Mac OS X port.

This commit is contained in:
Clifford Matthews 2009-06-14 15:53:20 -06:00
parent 5df19cdab2
commit a19a11b067

View File

@ -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