# HG changeset patch # User Ryan C. Gordon # Date 1047336238 0 # Node ID d0393837bfacca1a1b7a0a725d5774b284d98247 # Parent 188eef49ad0db27f0e7ff202fbabe60a5f167056 Never actually created samplelist_mutex (doh!) ... Thanks, Glenn Maynard! diff -r 188eef49ad0d -r d0393837bfac SDL_sound.c --- a/SDL_sound.c Fri Jan 31 05:18:23 2003 +0000 +++ b/SDL_sound.c Mon Mar 10 22:43:58 2003 +0000 @@ -222,6 +222,7 @@ SDL_InitSubSystem(SDL_INIT_AUDIO); errorlist_mutex = SDL_CreateMutex(); + samplelist_mutex = SDL_CreateMutex(); for (i = 0; decoders[i].funcs != NULL; i++) {