Commit e383143f authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

user: Add missing WIN_ReleasePtr.

parent 2a93c2f2
......@@ -260,6 +260,7 @@ static BOOL SCROLL_GetScrollBarRect( HWND hwnd, INT nBar, RECT *lprect,
if (!info)
{
WARN("called for missing scroll bar");
WIN_ReleasePtr( wndPtr );
return FALSE;
}
*arrowSize = GetSystemMetrics(SM_CXVSCROLL);
......
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