~robert-ancell/lightdm/unity-packaging-saucy-merge

« back to all changes in this revision

Viewing changes to src/xserver-local.c

  • Committer: Robert Ancell
  • Date: 2013-07-01 03:40:17 UTC
  • mfrom: (1576.1.121 trunk)
  • Revision ID: robert.ancell@canonical.com-20130701034017-zaj65plghguoaway
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
577
577
 
578
578
    self = XSERVER_LOCAL (object);  
579
579
 
580
 
    if (self->priv->xserver_process)
 
580
    if (self->priv->xserver_process) 
 
581
    {
 
582
        g_signal_handlers_disconnect_matched (self->priv->xserver_process, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, self);
581
583
        g_object_unref (self->priv->xserver_process);
 
584
    }
582
585
    g_free (self->priv->log_file);
583
586
    g_free (self->priv->command);
584
587
    g_free (self->priv->config_file);