Commit cb97a3bf authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Use WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr.

parent b165fabd
......@@ -190,7 +190,7 @@ static MDICLIENTINFO *get_client_info( HWND client )
}
if (win->cbWndExtra < sizeof(MDICLIENTINFO)) WARN( "%x is not an MDI client\n", client );
else ret = (MDICLIENTINFO *)win->wExtra;
WIN_ReleaseWndPtr( win );
WIN_ReleasePtr( win );
}
return ret;
}
......
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