[Webkit-unassigned] [Bug 27980] Give an ability to WebKit to free statically allocated pointers before quit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 4 09:06:37 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27980
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric at webkit.org
--- Comment #5 from Eric Seidel <eric at webkit.org> 2009-08-04 09:06:36 PDT ---
if I remember correctly, Mac OS X's "leaks" tool, correctly ignores static
pointer leaks. Can't valgrind do the same? with DEFINE_STATIC_LOCAL we even
put them all into a custom section, which should make them super-easy to
ignore. ;)
--
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