mshtml: Reinitialize list entry in detach_plugin_host.

This commit is contained in:
Jacek Caban 2011-11-17 13:54:52 +01:00 committed by Alexandre Julliard
parent 8ab355ab72
commit c7cb5b8fad

View file

@ -1281,6 +1281,7 @@ void detach_plugin_host(PluginHost *host)
}
list_remove(&host->entry);
list_init(&host->entry);
host->doc = NULL;
}