On Sun, 2 Sep 2001 [EMAIL PROTECTED] wrote:

> Also, what is the purpose of two SDL_UnlockMutex calls, one after the other, in
> sound_sdl_queue_event?
>
>   if (-1 == SDL_UnlockMutex(out_mutex))
>   {
>     fprintf(stderr, "sound_sdl_queue_event(): SDL_UnlockMutex() returned -1\n");
>   }
>   SDL_UnlockMutex(out_mutex);

Yikes! That was probably a bug introduced by me when I added checks for
the SDL calls. The second one should not be there, I don't think.

Thanks for finding this!

--
http://www.clock.org/~matt


Reply via email to