[Webkit-unassigned] [Bug 118515] 8 bytes memory leaks in WebProcessMainQt.cpp when proxy is initialized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 11:12:35 PDT 2013


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





--- Comment #4 from Christophe Dumez <dchris at gmail.com>  2013-07-09 11:14:36 PST ---
(From update of attachment 206345)
View in context: https://bugs.webkit.org/attachment.cgi?id=206345&action=review

> Source/WebKit2/WebProcess/qt/WebProcessMainQt.cpp:140
> +                delete proxyFactory;

You might want to use OwnPtr and QNetworkProxyFactory::setApplicationProxyFactory(proxyFactory.leakPtr()); to avoid manual memory handling.

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