[Webkit-unassigned] [Bug 16336] New: Fix wx port page leaks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 22:11:17 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16336

           Summary: Fix wx port page leaks
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevino at theolliviers.com


In tests, we've found m_impl->frame->page() to be NULL after detachFromParent()
is called, which makes our delete m_impl->frame->page() code to be a no-op and
causes the page to leak on shutdown. To fix this, we retain a pointer to the
page so that we can delete it on shutdown.


-- 
Configure bugmail: http://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