Commit da7e0e38 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Ignore navigation failures from detached bindings.

parent f320f6cf
......@@ -1339,7 +1339,7 @@ static void handle_navigation_error(nsChannelBSC *This, DWORD result)
BSTR unk;
HRESULT hres;
if(!This->is_doc_channel)
if(!This->is_doc_channel || !This->bsc.window)
return;
outer_window = This->bsc.window->base.outer_window;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment