[Webkit-unassigned] [Bug 27672] New: Help developers not write memory leaks with RefCounted
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 24 17:37:56 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27672
Summary: Help developers not write memory leaks with RefCounted
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: abarth at webkit.org
CC: oliver at apple.com
When you make a RefCounted class, you really ought to have a FooBar::create
method that adopts the initial ref for the object otherwise you're going to
leak a lot. We should make it easier for developers to remember to make these
methods.
--
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