[Webkit-unassigned] [Bug 131983] New: [GTK] Crash after getting web view context property with g_object_get

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 22 05:06:56 PDT 2014


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

           Summary: [GTK] Crash after getting web view context property
                    with g_object_get
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com


The problem is that the getter is using g_value_take_object() and the default context is destroyed when the caller releases its ref. We should use g_value_set_object instead.

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