user-accounts: Don't leak a dialog

https://bugzilla.gnome.org/show_bug.cgi?id=708286
This commit is contained in:
Rui Matos 2013-09-17 18:04:57 +02:00 committed by Bastien Nocera
parent fcb5401f1e
commit 3b485b6df2

View file

@ -1581,6 +1581,8 @@ um_account_dialog_dispose (GObject *obj)
self->enterprise_domain_timeout_id = 0;
}
g_clear_pointer (&self->join_dialog, gtk_widget_destroy);
G_OBJECT_CLASS (um_account_dialog_parent_class)->dispose (obj);
}