mshtml: Release nsISupports object in get_node function.

This commit is contained in:
Piotr Caban 2013-04-29 11:52:18 +02:00 committed by Alexandre Julliard
parent 9fd6401898
commit 41603e0064
1 changed files with 1 additions and 0 deletions

View File

@ -1212,6 +1212,7 @@ HRESULT get_node(HTMLDocumentNode *This, nsIDOMNode *nsnode, BOOL create, HTMLDO
if(unk) {
*ret = get_node_obj((IHTMLDOMNode*)unk);
nsISupports_Release(unk);
return NS_OK;
}