Commit 8cee331b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Call OnStopBinding before Terminate.

parent 4dfec39b
......@@ -1082,8 +1082,8 @@ static HRESULT WINAPI InternetProtocolSink_ReportResult(IInternetProtocolSink *i
TRACE("(%p)->(%08x %d %s)\n", This, hrResult, dwError, debugstr_w(szResult));
IInternetProtocol_Terminate(This->protocol, 0);
stop_binding(This, hrResult, szResult);
IInternetProtocol_Terminate(This->protocol, 0);
return S_OK;
}
......
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