[Webkit-unassigned] [Bug 27672] Help developers not write memory leaks with RefCounted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 24 18:03:23 PDT 2009


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |levin at chromium.org




--- Comment #2 from David Levin <levin at chromium.org>  2009-07-24 18:03:22 PDT ---
 I wonder how many locations violate that pattern.  An alternate way to catch
problems is to have adoptRef set a flag in RefCounted<> in debug.  If the first
ref count happens before adoptRef is called, then assert.

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