[webkit-reviews] review granted: [Bug 28038] WebSocket API implementation : [Attachment 39039] WebSocket API implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 22:36:19 PDT 2009


Alexey Proskuryakov <ap at webkit.org> has granted Fumitoshi Ukai
<ukai at chromium.org>'s request for review:
Bug 28038: WebSocket API implementation
https://bugs.webkit.org/show_bug.cgi?id=28038

Attachment 39039: WebSocket API implementation
https://bugs.webkit.org/attachment.cgi?id=39039&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
> +    if (m_buffer)
> +	   fastFree(m_buffer);

It's safe to call fastFree on a null pointer (just like it's safe to call
free() or delete).

r=me


More information about the webkit-reviews mailing list