Commit fbaab7d8 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Remove a stray LeaveCriticalSection().

parent 2b9d138c
...@@ -604,7 +604,5 @@ LRESULT MCIAVI_DrawFrame(WINE_MCIAVI* wma) ...@@ -604,7 +604,5 @@ LRESULT MCIAVI_DrawFrame(WINE_MCIAVI* wma)
ReleaseDC(wma->hWndPaint, hDC); ReleaseDC(wma->hWndPaint, hDC);
} }
LeaveCriticalSection(&wma->cs);
return TRUE; return TRUE;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment