mshtml: Don't release nselem in HTMLElement_destructor.

oldstable
Jacek Caban 2012-06-27 16:53:52 +02:00 committed by Alexandre Julliard
parent 0c899bf440
commit b225c73aa8
1 changed files with 0 additions and 2 deletions

View File

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