user-accounts: Don't leak a dialog
https://bugzilla.gnome.org/show_bug.cgi?id=708286
This commit is contained in:
parent
fcb5401f1e
commit
3b485b6df2
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue