[Bug 11827] Asterix et les jeux olympiques demo crashes in shdocvw component

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 7 01:21:17 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11827


joaopa <jeremielapuree at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal




--- Comment #1 from joaopa <jeremielapuree at 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.



More information about the wine-bugs mailing list