GNOME Bugzilla – Bug 612341
gnome-settings-daemon crashed with SIGSEGV in g_object_unref()
Last modified: 2010-03-28 12:15:38 UTC
Created attachment 155681 [details] [review] don't unref the gtkstyle since it's owned by gtk The bug has is described on https://bugs.launchpad.net/ubuntu/+source/libgnomekbd/+bug/535143 "g-s-d crashed while changing theme in appearance settings." libgnomekbd 2.29.92 The issue is due to the g_object_unref() call on the style, where the gtk_rc_get_style_by_paths() api states "The returned value is owned by GTK+ as part of an internal cache"
Thanks, committed!
*** Bug 613807 has been marked as a duplicate of this bug. ***