mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
ddraw: Add missing unlock (Smatch).
This commit is contained in:
parent
038fbe23cc
commit
1fe54842e0
@ -623,6 +623,7 @@ static HRESULT WINAPI ddraw7_SetCooperativeLevel(IDirectDraw7 *iface, HWND hwnd,
|
||||
This->devicewindow = NULL;
|
||||
}
|
||||
|
||||
LeaveCriticalSection(&ddraw_cs);
|
||||
return DD_OK;
|
||||
}
|
||||
/* DDSCL_NORMAL or DDSCL_FULLSCREEN | DDSCL_EXCLUSIVE */
|
||||
|
Loading…
Reference in New Issue
Block a user