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

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


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





--- Comment #1 from Darin Adler <darin at apple.com>  2009-08-25 17:36:18 PDT ---
(In reply to comment #0)
> The bizarre part is that the delete hack used above seems to bypass
> FastAllocBase's operator delete (which calls free) and instead call the system
> library version instead, thus triggering a Valgrind warning.

The reason that should not happen is because of the override of operator delete
in <wtf/FastMalloc.h>. Maybe that's not working right for Chromium?

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