[webkit-reviews] review denied: [Bug 136038] Resource leak in object - memory allocated in constructor but not freed in destructor. : [Attachment 236759] Patch

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


Andreas Kling <akling at apple.com> has denied Albert Malewski
<a.malewski at samsung.com>'s request for review:
Bug 136038: Resource leak in object - memory allocated in constructor but not
freed in destructor.
https://bugs.webkit.org/show_bug.cgi?id=136038

Attachment 236759: Patch
https://bugs.webkit.org/attachment.cgi?id=236759&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
m_nonHTTPProtocolHost should be a std::unique_ptr<HostInformation> instead.
That way we don't have to manually delete it.


More information about the webkit-reviews mailing list