changeset 445:d0393837bfac

Never actually created samplelist_mutex (doh!) ... Thanks, Glenn Maynard!
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 10 Mar 2003 22:43:58 +0000
parents 188eef49ad0d
children ce8937e44e7a
files SDL_sound.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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++)
     {