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

mshtml: Don't release nselem in HTMLElement_destructor.

parent 0c899bf4
......@@ -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);
......
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