GNOME Bugzilla – Bug 705351
account: Make sure we check for NULL on um_realm_object_get_common
Last modified: 2015-02-25 14:52:32 UTC
https://bugzilla.gnome.org/show_bug.cgi?id=705274
Created attachment 297873 [details] [review] check for NULL on um_realm_object_get_common
Review of attachment 297873 [details] [review]: ::: panels/user-accounts/um-account-dialog.c @@ +800,3 @@ + show_error_dialog (self, _("Failed to register account"), NULL); + finish_action (self); + g_object_unref (self); This g_object_unref() doesn't belong here. It's already handled on the code that calls this function, in fact if we hit this path, then we'll doubly unref self.
Created attachment 297882 [details] [review] check for NULL on um_realm_object_get_common You are right, thanks for review!
Review of attachment 297882 [details] [review]: ok
Comment on attachment 297882 [details] [review] check for NULL on um_realm_object_get_common commit 3e6b741ad2cc749040ec073098aa9a7fb1a8c222