[Webkit-unassigned] [Bug 117725] [Qt][WK2] memory leak in QQuickWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 21 10:05:44 PDT 2013


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





--- Comment #5 from Rafael Brandao <rafael.lobo at openbossa.org>  2013-06-21 10:04:23 PST ---
(From update of attachment 204881)
View in context: https://bugs.webkit.org/attachment.cgi?id=204881&action=review

> Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:320
> +        delete experimental;

If this fix is right, then it seems that you need to use an OwnPtr on QQuickWebViewPrivate rather than a raw 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