Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 342291
Collapse All | Expand All

(-)ConsoleKit-0.4.2/tools/ck-collect-session-info.c (-1 / +2 lines)
Lines 275-281 Link Here
275
        ck_process_stat_free (xorg_stat);
275
        ck_process_stat_free (xorg_stat);
276
276
277
        /* don't set is-local here - let the daemon do that */
277
        /* don't set is-local here - let the daemon do that */
278
278
         si->is_local = TRUE;
279
         si->is_local_is_set = TRUE;
279
        g_free (si->remote_host_name);
280
        g_free (si->remote_host_name);
280
        si->remote_host_name = NULL;
281
        si->remote_host_name = NULL;
281
}
282
}

Return to bug 342291