[Xfce4-commits] <xfdesktop:master> Release the xfconf channel on exit.

Nick Schermer noreply at xfce.org
Tue Feb 9 19:38:01 CET 2010


Updating branch refs/heads/master
         to 55bddcdc6e251b5957e24d2b82142ec8f2812ca0 (commit)
       from 09d8d30cfeeda9a7cb9084adb2ae00ab85db0b6e (commit)

commit 55bddcdc6e251b5957e24d2b82142ec8f2812ca0
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Feb 9 19:36:40 2010 +0100

    Release the xfconf channel on exit.

 settings/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/settings/main.c b/settings/main.c
index 89d3b23..c1c4333 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -1567,6 +1567,7 @@ main(int argc, char **argv)
 
     gdk_threads_leave();
     
+    g_object_unref(G_OBJECT(channel));
     xfconf_shutdown();
 
     return 0;



More information about the Xfce4-commits mailing list