[Webkit-unassigned] [Bug 28726] Valgrind mismatched malloc/delete @ CSSSelectorList::adoptSelectorVector()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 19:03:17 PDT 2009


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





--- Comment #2 from Jeremy Moskovich <playmobil at google.com>  2009-08-25 19:03:17 PDT ---
>From the testing I did it appears the overrides do work in Chromium/Mac.  But
the char* tyepcasting causes stdlib's delete operator to be called for some
unknown reason.

Removing the cast causes the overridden delete to be called correctly but also
calls the constructor which is exactly what we don't want to do.

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