[webkit-reviews] review granted: [Bug 95771] [BlackBerry] Fix memory leak in InputHandler : [Attachment 162080] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 4 12:39:31 PDT 2012


Rob Buis <rwlbuis at gmail.com> has granted George Staikos <staikos at kde.org>'s
request for review:
Bug 95771: [BlackBerry] Fix memory leak in InputHandler
https://bugs.webkit.org/show_bug.cgi?id=95771

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

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=162080&action=review


Looks good.

> Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:1647
> +    delete[] selecteds;

I slightly prefer delete [] foo style. Up to you :)


More information about the webkit-reviews mailing list