Skip to content
Snippets Groups Projects
Commit b225c73a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

mshtml: Don't release nselem in HTMLElement_destructor.

parent 0c899bf4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment