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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 19:38:24 PDT 2010


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


David Leong <david.leong at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52932|                            |review?
               Flag|                            |




--- Comment #1 from David Leong <david.leong at nokia.com>  2010-04-08 19:38:24 PST ---
Created an attachment (id=52932)
 --> (https://bugs.webkit.org/attachment.cgi?id=52932)
Alternative patch

The plugin view in symbian can only be of a type PluginContainerSymbian. The
proxy object is initialized to NULL or a QGraphicsProxyWidget*. There is no
harm deleting NULLs, so there is no need to do the qobject_cast. If the
platform widget pointer is not null, it should be safe to delete both the proxy
and the widget itself.

-- 
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