[Pkg-utopia-commits] r3002 - in /packages/lenny/consolekit/debian: changelog patches/11-unref-dbus-proxy.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Mar 29 16:02:31 UTC 2009


Author: biebl
Date: Sun Mar 29 16:02:31 2009
New Revision: 3002

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3002
Log:
* debian/patches/11-unref-dbus-proxy.patch
  - Unref the dbus proxy when finalizing the session object, so that
    they are not leaked. (Closes: #521651)

Added:
    packages/lenny/consolekit/debian/patches/11-unref-dbus-proxy.patch
Modified:
    packages/lenny/consolekit/debian/changelog
    packages/lenny/consolekit/debian/patches/series

Modified: packages/lenny/consolekit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/lenny/consolekit/debian/changelog?rev=3002&op=diff
==============================================================================
--- packages/lenny/consolekit/debian/changelog (original)
+++ packages/lenny/consolekit/debian/changelog Sun Mar 29 16:02:31 2009
@@ -1,3 +1,11 @@
+consolekit (0.2.10-5+lenny1) UNRELEASED; urgency=low
+
+  * debian/patches/11-unref-dbus-proxy.patch
+    - Unref the dbus proxy when finalizing the session object, so that
+      they are not leaked. (Closes: #521651)
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 29 Mar 2009 17:50:57 +0200
+
 consolekit (0.2.10-5) unstable; urgency=high
 
   * debian/watch 

Added: packages/lenny/consolekit/debian/patches/11-unref-dbus-proxy.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/lenny/consolekit/debian/patches/11-unref-dbus-proxy.patch?rev=3002&op=file
==============================================================================
--- packages/lenny/consolekit/debian/patches/11-unref-dbus-proxy.patch (added)
+++ packages/lenny/consolekit/debian/patches/11-unref-dbus-proxy.patch Sun Mar 29 16:02:31 2009
@@ -1,0 +1,16 @@
+# Unref the dbus proxy when finalizing the session object, so that they are not leaked
+# Ubuntu: https://launchpad.net/bugs/284229
+# Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=18330
+Index: consolekit-0.3/src/ck-session.c
+===================================================================
+--- consolekit-0.3.orig/src/ck-session.c	2008-11-23 16:51:26.000000000 +0000
++++ consolekit-0.3/src/ck-session.c	2008-11-23 16:51:41.000000000 +0000
+@@ -1100,6 +1100,8 @@
+ 
+         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);

Modified: packages/lenny/consolekit/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/lenny/consolekit/debian/patches/series?rev=3002&op=diff
==============================================================================
--- packages/lenny/consolekit/debian/patches/series (original)
+++ packages/lenny/consolekit/debian/patches/series Sun Mar 29 16:02:31 2009
@@ -3,3 +3,4 @@
 03-cleanup_console_tags.patch
 04-defer_daemonizing.patch
 05-dbus_policy.patch
+11-unref-dbus-proxy.patch




More information about the Pkg-utopia-commits mailing list