mshtml: Don't release nselem in HTMLElement_destructor.
This commit is contained in:
parent
0c899bf440
commit
b225c73aa8
|
@ -1578,8 +1578,6 @@ void HTMLElement_destructor(HTMLDOMNode *iface)
|
|||
|
||||
ConnectionPointContainer_Destroy(&This->cp_container);
|
||||
|
||||
if(This->nselem)
|
||||
nsIDOMHTMLElement_Release(This->nselem);
|
||||
if(This->style) {
|
||||
This->style->elem = NULL;
|
||||
IHTMLStyle_Release(&This->style->IHTMLStyle_iface);
|
||||
|
|
Loading…
Reference in New Issue