mshtml: Set doc to NULL in NSContainer_Release.

This commit is contained in:
Jacek Caban 2008-07-02 18:43:22 +02:00 committed by Alexandre Julliard
parent 52fcae9909
commit f9e3f81de2
1 changed files with 2 additions and 0 deletions

View File

@ -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);