mshtml: Release a leaked class factory.

This commit is contained in:
Huw Davies 2014-01-13 13:32:27 +00:00 committed by Alexandre Julliard
parent 0485e528f7
commit 6da6f1861b
1 changed files with 1 additions and 0 deletions

View File

@ -635,6 +635,7 @@ static IUnknown *create_activex_object(HTMLInnerWindow *window, nsIDOMElement *n
}
hres = IClassFactory_CreateInstance(cf, NULL, &IID_IUnknown, (void**)&obj);
IClassFactory_Release(cf);
if(FAILED(hres))
return NULL;