Commit fe5ce712 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

mshtml: Make sure previous request is stopped before starting new request in…

mshtml: Make sure previous request is stopped before starting new request in IPersistMoniker and IPersistStreamInit.
parent 5541b7d1
......@@ -257,6 +257,9 @@ HRESULT set_moniker(HTMLDocument *This, IMoniker *mon, IBindCtx *pibc, nsChannel
if(SUCCEEDED(hres))
{
remove_target_tasks(This->task_magic);
abort_document_bindings(This->doc_node);
hres = load_nsuri(This->window, nsuri, bscallback, LOAD_INITIAL_DOCUMENT_URI);
nsISupports_Release((nsISupports*)nsuri); /* FIXME */
if(SUCCEEDED(hres))
......
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