mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
Initialize size field of the OLEINPLACEFRAMEINFO structure.
This should prevent Explorer to disappear when user doesn't want to download the Mozilla ActiveX control. See issue #3126 for more details. svn path=/trunk/; revision=33306
This commit is contained in:
parent
91f47e9c2b
commit
8483e5108d
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ void WebBrowser_OleObject_Init(WebBrowser *This)
|
|||
memset(&This->pos_rect, 0, sizeof(RECT));
|
||||
memset(&This->clip_rect, 0, sizeof(RECT));
|
||||
memset(&This->frameinfo, 0, sizeof(OLEINPLACEFRAMEINFO));
|
||||
This->frameinfo.cb = sizeof(OLEINPLACEFRAMEINFO);
|
||||
}
|
||||
|
||||
void WebBrowser_OleObject_Destroy(WebBrowser *This)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue