http://bugs.winehq.org/show_bug.cgi?id=11827 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> 2008-05-07 01:21:17 --- Bug is still there in wine-0.9.61. I did some test The crash occurs in shdocvw/webbrowser.c/WebBrowser_Release The crash is in the call of the function WebBrowser_OleObject_Destroy(This); WebBrowser_OleObject_Destroy(This) is implemented in the file shdocvw/oleobject.c The crash occurs in the condition if(This->container) IOleContainer_Release(This->container); In my case I have This->container = 0x5e1de4, so the condition holds: Unfortunately, I did not manage to find where the function IOleContainer_Release is implemented. Could Jacek Caban help to fix this bug? Joaopa -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.