[empathy: 18/26] empathy: unref Connectivity object at the end of the application life



commit c777b477a4003b4f49285500736f0c91767c76cb
Author: Jonny Lamb <jonny lamb collabora co uk>
Date:   Wed Aug 19 15:57:35 2009 +0100

    empathy: unref Connectivity object at the end of the application life
    
    Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>

 src/empathy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index ce706c9..660e47c 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -753,6 +753,7 @@ main (int argc, char *argv[])
 
 	g_object_unref (mc);
 	g_object_unref (idle);
+	g_object_unref (connectivity);
 	g_object_unref (icon);
 	g_object_unref (log_manager);
 	g_object_unref (dispatcher);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]