[Webkit-unassigned] [Bug 30118] [Qt] QWebPage autotest crash: createViewlessPlugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 07:53:55 PDT 2009


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


Simon Hausmann <hausmann at webkit.org> changed:

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




--- Comment #4 from Simon Hausmann <hausmann at webkit.org>  2009-10-07 07:53:56 PDT ---
(From update of attachment 40772)
As discussed in the office, the current code doesn't _actually_ leak as the
WebCore::Widget subclasses for QWidget and QGraphicsWidget delete the objects
in their destructor.

However what is missing in the current code is a null pointer check if
page->d->client is a null pointer.

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