diff --git a/reactos/subsys/win32k/ntuser/input.c b/reactos/subsys/win32k/ntuser/input.c index 735f789e994..15374e54ced 100644 --- a/reactos/subsys/win32k/ntuser/input.c +++ b/reactos/subsys/win32k/ntuser/input.c @@ -611,8 +611,8 @@ IntMouseInput(MOUSEINPUT *mi) MousePos.x = DesktopWindow->ClientRect.right - 1; if(MousePos.y >= DesktopWindow->ClientRect.bottom) MousePos.y = DesktopWindow->ClientRect.bottom - 1; + ObmDereferenceObject(DesktopWindow); } - ObmDereferenceObject(DesktopWindow); if(MousePos.x < 0) MousePos.x = 0;