[Webkit-unassigned] [Bug 25930] Mismatched free

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 09:33:33 PDT 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39352|review+                     |review-
               Flag|                            |




--- Comment #12 from Darin Adler <darin at apple.com>  2009-09-10 09:33:32 PDT ---
(From update of attachment 39352)
> -        delete reinterpret_cast<char*>(selectorVector[i]);
> +        fastDeleteSkippingDestructor(reinterpret_cast<char*>(selectorVector[i]));

This is wrong. There is no need for the reinterpret_cast any more. Also the
comment needs to be updated.

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