[webkit-reviews] review denied: [Bug 74943] [Coverity] Fix leak in V8HTMLDocument : [Attachment 120044] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 11:43:24 PST 2011


Adam Barth <abarth at webkit.org> has denied Greg Billock <gbillock at google.com>'s
request for review:
Bug 74943: [Coverity] Fix leak in V8HTMLDocument
https://bugs.webkit.org/show_bug.cgi?id=74943

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=120044&action=review


> Source/WebCore/bindings/v8/custom/V8HTMLDocumentCustom.cpp:156
> +		   delete[] params;

We should use OwnArrayPtr instead of manual delete.


More information about the webkit-reviews mailing list