[Webkit-unassigned] [Bug 20761] New: Add a protected destructor for RefCounted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 10 02:02:36 PDT 2008


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

           Summary: Add a protected destructor for RefCounted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Trivial
          Priority: P4
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


It is wrong to call its destructor directly, because (1) this should be taken
care of by deref(), and (2) many classes that use RefCounted have non-virtual
destructors.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list