mshtml: Set doc to NULL in NSContainer_Release.
This commit is contained in:
parent
52fcae9909
commit
f9e3f81de2
|
@ -1748,6 +1748,8 @@ void NSContainer_Release(NSContainer *This)
|
|||
{
|
||||
TRACE("(%p)\n", This);
|
||||
|
||||
This->doc = NULL;
|
||||
|
||||
ShowWindow(This->hwnd, SW_HIDE);
|
||||
SetParent(This->hwnd, NULL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue