[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 17:39:27 PDT 2009


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





--- Comment #1 from Adam Barth <abarth at webkit.org>  2009-07-24 17:39:26 PDT ---
One possibility is to ASSERT that at least one object of the type was
destructed if at least one object was constructed.  When you make this mistake,
you tend to leak *all* instances of the derived class.

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