mshtml: Don't crash in before_async_open if there is no client site.
This commit is contained in:
parent
388edd1086
commit
7de847c6ee
|
@ -116,6 +116,9 @@ static BOOL before_async_open(nsChannel *channel, NSContainer *container)
|
|||
doc = container_iter->doc;
|
||||
}
|
||||
|
||||
if(!doc->client)
|
||||
return TRUE;
|
||||
|
||||
if(!hlnf && !exec_shldocvw_67(doc, uri))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue