winejack.drv: Fix missing unlock. Found by Smatch.

This commit is contained in:
Michael Stefaniuc 2007-06-25 23:58:12 +02:00 committed by Alexandre Julliard
parent d6c2e6f067
commit 98e3006903

View file

@ -1805,7 +1805,8 @@ int JACK_callback_wwi (nframes_t nframes, void *arg)
#if JACK_CLOSE_HACK
if(wwi->in_use == FALSE)
{
/* do nothing if nothing is being recorded */
/* do nothing if nothing is being recorded */
LeaveCriticalSection(&wwi->access_crst);
return 0;
}
#endif