mshtml: Fixed double release in NPP_New.

This commit is contained in:
Jacek Caban 2014-01-10 16:22:17 +01:00 committed by Alexandre Julliard
parent 615319ebd0
commit 519166a448
1 changed files with 0 additions and 1 deletions

View File

@ -671,7 +671,6 @@ static NPError CDECL NPP_New(NPMIMEType pluginType, NPP instance, UINT16 mode, I
HRESULT hres;
hres = create_plugin_host(window->doc, nselem, obj, &clsid, &host);
nsIDOMElement_Release(nselem);
IUnknown_Release(obj);
if(SUCCEEDED(hres))
instance->pdata = host;