[Webkit-unassigned] [Bug 37303] [Qt] Application crash on exit if NPPlugin is loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 9 11:40:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37303





--- Comment #7 from David Leong <david.leong at nokia.com>  2010-04-09 11:40:22 PST ---
(In reply to comment #3)
> (From update of attachment 52932 [details])
> 
> > +    if( PlatformPluginWidget() ) {
> 
> This is not going to compile because of the uppercase P.

Thanks! Good catch. Funny enough RVCT still compiles and works on the device. 

I think we are leaking the container now with the landed patch. Both the proxy
and the container are new'ed but the if fix will only delete the proxy. This
leaks the container. Will submit an updated fix once i test out a window'ed
plugin to make sure it is working.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list