http://bugs.winehq.org/show_bug.cgi?id=6801
--- Comment #44 from Tefnet developers developers@tefnet.pl 2008-04-16 16:10:24 --- (In reply to comment #43)
(In reply to comment #42)
(In reply to comment #16) On exit you mean after closing help window or whole application?
Could you check if it crashes after this steps:
Open app
Press F1
Browse couple of pages
Close help
repeat steps 2-4 about 5 times.
It should crash (sooner or later) after closing help window.
I meant the whole application, but since I am not a pole, I can't do much with the application so it is basically just start it, play with F1 and navigate around a bit then get out; so the exit time might just be as you say, after a while.
But this application and help is in French, not in Polish.. :) so I don't do anything more either.
I think that crash which I'm talking about is because of wrong memory release order in ReleaseWebBrowser (dlls/hhctrl.ocx/webbrowser.c). It should be: 1. info->web_browser 2. info->wb_object 3. info->client_site
But first I need to know if crash (and solution) occurs not only in my environment?
So... do you confirm that crash?
What you are observing is probably similiar to bug 12156. Are you using my patch in comment 41? It might help.
As far as I remember, yes.