[Webkit-unassigned] [Bug 19578] [CURL] problem in parseDataUrl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 1 16:50:21 PDT 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21727|review?                     |review-
               Flag|                            |




------- Comment #4 from eric at webkit.org  2008-08-01 16:50 PDT -------
(From update of attachment 21727)
We don't use malloc() and free directly.  We use fastMalloc() and fastFree()
when possible, or new/delete.

Also, this should just be held in an OwnPtr or an OwnArrayPtr so that it's
automatically cleaned up when the block is exited.

No reason to use manual c-style memory management when we have nicer c++ tools.
:)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list