[Webkit-unassigned] [Bug 79466] New: [WK2] [GTK] Destructor not invoked in EditorClientFrameDestructionObserver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 01:54:33 PST 2012


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

           Summary: [WK2] [GTK] Destructor not invoked in
                    EditorClientFrameDestructionObserver
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com


One of the changes suggested to my patch in https://bugs.webkit.org/show_bug.cgi?id=79252 was to replace an explicit cast plus a delete by a plain delete that takes a void* as argument.

The problem of that approach is that the delete frees the object's memory but does not invoke the destructor, something that is a must for us.

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