Skip to content
Snippets Groups Projects
Commit cb97a3bf authored by Michael McCormack's avatar Michael McCormack Committed by Alexandre Julliard
Browse files

Use WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr.

parent b165fabd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment