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

mshtml: Reinitialize list entry in detach_plugin_host.

parent 8ab355ab
...@@ -1281,6 +1281,7 @@ void detach_plugin_host(PluginHost *host) ...@@ -1281,6 +1281,7 @@ void detach_plugin_host(PluginHost *host)
} }
list_remove(&host->entry); list_remove(&host->entry);
list_init(&host->entry);
host->doc = NULL; host->doc = 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