17 Nov
2011
17 Nov
'11
6:52 p.m.
Module: wine Branch: master Commit: c7cb5b8fad61aee8f12d72366f55e28d2ae38405 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c7cb5b8fad61aee8f12d72366f... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Nov 17 13:54:52 2011 +0100 mshtml: Reinitialize list entry in detach_plugin_host. --- dlls/mshtml/pluginhost.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/mshtml/pluginhost.c b/dlls/mshtml/pluginhost.c index af0943b..9309310 100644 --- a/dlls/mshtml/pluginhost.c +++ b/dlls/mshtml/pluginhost.c @@ -1281,6 +1281,7 @@ void detach_plugin_host(PluginHost *host) } list_remove(&host->entry); + list_init(&host->entry); host->doc = NULL; }