[Webkit-unassigned] [Bug 28038] WebSocket API implementation

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


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39039|review?                     |review+
               Flag|                            |




--- Comment #29 from Alexey Proskuryakov <ap at webkit.org>  2009-09-03 22:36:20 PDT ---
(From update of attachment 39039)
> +    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

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