7977c66927
ConsoleKit is a framework for defining and tracking users, login sessions, and seats. The primary motivations for this framework are to facilitate fast-user-switching and multi-seat capabilities, and to enable more sophisticated policy decisions for desktop sessions. this is not hooked up to the build just yet, just like policykit
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
$OpenBSD: patch-src_ck-session_c,v 1.1.1.1 2009/06/07 02:55:19 robert Exp $
|
|
--- src/ck-session.c.orig Sun May 31 19:37:12 2009
|
|
+++ src/ck-session.c Sun May 31 19:37:38 2009
|
|
@@ -1100,6 +1100,8 @@ ck_session_finalize (GObject *object)
|
|
|
|
session_remove_activity_watch (session);
|
|
|
|
+ g_object_unref (session->priv->bus_proxy);
|
|
+
|
|
g_free (session->priv->id);
|
|
g_free (session->priv->cookie);
|
|
g_free (session->priv->seat_id);
|