~hikiko/unity-control-center/unity-control-center.clamp-ui-scale

« back to all changes in this revision

Viewing changes to panels/user-accounts/um-account-dialog.c

  • Committer: CI bot
  • Author(s): Sebastien Bacher
  • Date: 2014-03-17 13:46:16 UTC
  • mfrom: (12751.1.1 unity-control-center)
  • Revision ID: ps-jenkins@lists.canonical.com-20140317134616-6bo3ehgpj3m6n0su
Backport some leak fixes from upstream, those were leading to dialogs
not closing when they should (e.g when exiting the panel they belong to),
hitting a segfault when used then. Fixes: 1292038

Show diffs side-by-side

added added

removed removed

Lines of Context:
1192
1192
                self->realm_manager = NULL;
1193
1193
        }
1194
1194
 
 
1195
        g_clear_pointer (&self->join_dialog, gtk_widget_destroy);
 
1196
 
1195
1197
        G_OBJECT_CLASS (um_account_dialog_parent_class)->dispose (obj);
1196
1198
}
1197
1199