mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
jscript: Don't double free IObjectWithSite interface.
This commit is contained in:
parent
54b24f3926
commit
1a9d9e0f76
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ static IUnknown *create_activex_object(script_ctx_t *ctx, const WCHAR *progid)
|
|||
}
|
||||
IObjectWithSite_Release(obj_site);
|
||||
if(!ax_site || FAILED(hres)) {
|
||||
IObjectWithSite_Release(obj_site);
|
||||
IUnknown_Release(obj);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue