[Webkit-unassigned] [Bug 57025] New: [GTK] [PATCH] Avoid critical warning when free-ing list of plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 09:28:05 PDT 2011


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

           Summary: [GTK] [PATCH] Avoid critical warning when free-ing
                    list of plugins
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: plaes at plaes.org


Critical error is printed to console when there are no plugins present. This is because plugin list is stored inside GSList that is NULL by default (ie if no elements are present). But the function that free's the plugin list has g_return_if_fail(list) that emits the ciritical error when list is NULL.

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