GNOME Bugzilla – Bug 708536
smartcard: task handling wonky
Last modified: 2013-09-24 10:53:02 UTC
Here is the output of running G_DEBUG=fatal-criticals /usr/libexec/gnome-settings-daemon on my system: [mclasen@golem src]$ G_DEBUG=fatal-criticals /usr/libexec/gnome-settings-daemon -r (gnome-settings-daemon:20097): smartcard-plugin-WARNING **: smartcard event function failed. (gnome-settings-daemon:20097): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Trace/breakpoint trap
Created attachment 255576 [details] [review] smartcard: Fix run-time warning Don't unref a destroyed GTask
Review of attachment 255576 [details] [review]: looks right to me
Attachment 255576 [details] pushed as 2471d66 - smartcard: Fix run-time warning