RESOLVED DUPLICATE of bug 33731 32754
Many false leaks in release builds due to PtrAndFlags
https://bugs.webkit.org/show_bug.cgi?id=32754
Summary Many false leaks in release builds due to PtrAndFlags
Alexey Proskuryakov
Reported 2009-12-18 16:17:25 PST
I'm getting false positive leaks from Safari with ToT WebKit release build (with either FastMalloc or system allocator). PtrAndFlags has a debug-only mechanism that makes it work with Mac OS X leaks tool. This is insufficient, because we need leaks to work in release mode, too. This is sometimes useful for WebKit development, but much more importantly, every Mac application that uses WebKit will get false positives from leaks tool.
Attachments
Alexey Proskuryakov
Comment 1 2009-12-18 16:17:58 PST
Gavin Barraclough
Comment 2 2010-01-17 22:58:02 PST
*** This bug has been marked as a duplicate of bug 33731 ***
Gavin Barraclough
Comment 3 2010-01-17 22:59:18 PST
Duped to newer bug, filed in error, since that now has more info (i.e. patches).
Note You need to log in before you can comment on or make changes to this bug.