GNOME Bugzilla – Bug 657819
Crash when hitting 'Cancel' in the add dialog
Last modified: 2011-09-04 20:49:42 UTC
- Hit the '+' button - A dialog appears offering to create either a Facebook or Google account - Hit the cancel button - crash GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
+ Trace 228285
The following fix has been pushed: a53ebeb Online accounts: avoid an extraneous unref
Created attachment 195639 [details] [review] Online accounts: avoid an extraneous unref When bailing out early, the cleanup path is unreffing the provider because the variable was used in the loop. We need to set it back to NULL there.