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

shdocvw: Deactivate document in InternetExplorer destructor.

parent 86c28c9f
......@@ -80,6 +80,7 @@ static ULONG WINAPI InternetExplorer_Release(IWebBrowser2 *iface)
if(!ref) {
if(This->doc_host) {
deactivate_document(&This->doc_host->doc_host);
DocHost_Release(&This->doc_host->doc_host);
if(This->doc_host) {
This->doc_host->ie = NULL;
......
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