[Webkit-unassigned] [Bug 136038] Resource leak in object - memory allocated in constructor but not freed in destructor.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 18 09:18:50 PDT 2014


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


Andreas Kling <akling at apple.com> changed:

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




--- Comment #2 from Andreas Kling <akling at apple.com>  2014-08-18 09:18:58 PST ---
(From update of attachment 236759)
m_nonHTTPProtocolHost should be a std::unique_ptr<HostInformation> instead. That way we don't have to manually delete it.

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