mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
- don't return without UserLeave, should fix user32:input winetest crash
svn path=/trunk/; revision=41074
This commit is contained in:
parent
7ab0e77533
commit
997ae4dc06
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ NtUserGetMouseMovePointsEx(
|
|||
|
||||
if ((cbSize != sizeof(MOUSEMOVEPOINT)) || (nBufPoints < 0) || (nBufPoints > 64))
|
||||
{
|
||||
UserLeave();
|
||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue