[Webkit-unassigned] [Bug 123505] REGRESSION(r158214): It made zillion tests crash on GTK and EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 03:43:46 PDT 2013


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





--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2013-10-30 03:42:32 PST ---
The Layout struct should use the WTF_MAKE_FAST_ALLOCATED macro. TcMalloc (which is enabled on release configurations of the affected ports) was used to allocate the memory, so it should also handle its deallocation.

Bug #120246 covered a very similar regression.

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