winealsa.drv: midiSeq must be protected by a mutex

Alexandre Julliard julliard at winehq.org
Fri Dec 13 12:41:54 CST 2013


Alexandre Bique <bique.alexandre at gmail.com> writes:

> @@ -95,6 +95,7 @@ static	int 		MODM_NumDevs = 0;
>  /* this is the total number of MIDI out devices found */
>  static	int 		MIDM_NumDevs = 0;
>  
> +static CRITICAL_SECTION midiSeqLock = { NULL, -1, 0, 0, 0, 0 };

Please add debug information like it's done in other places.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list