Commit f9e3f81d authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Set doc to NULL in NSContainer_Release.

parent 52fcae99
......@@ -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);
......
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