Summary: | REGRESSION(r158214): It made zillion tests crash on GTK and EFL | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> | ||||
Component: | New Bugs | Assignee: | Zan Dobersek <zan> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Blocker | CC: | commit-queue, esprehn+autocc, glenn, jinwoo7.song, kling, koivisto, kondapallykalyan, zan | ||||
Priority: | P1 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 123459 | ||||||
Attachments: |
|
Description
Csaba Osztrogonác
2013-10-30 03:22:44 PDT
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. Created attachment 215494 [details]
Patch
Comment on attachment 215494 [details]
Patch
Already fixed
|