[Webkit-unassigned] [Bug 102564] New: [GTK] GtkSocket is leaked until webview is destroyed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 14:58:34 PST 2012


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

           Summary: [GTK] GtkSocket is leaked until webview is destroyed.
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,
in gtk PluginView::start, a GtkSocket is added to the webview.
But is not removed when pluginview in destroyed. Therefore, it stays a child of the webview until the webview is destroyed.
So, if user change pages, the GtkSocket, and possibly all its child widgets appended by the plugins are not freed.

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