[folks] Fix leak in tp-lowlevel.c



commit ec6b7e93ce864885e897756b7f2ae96aaf807958
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Nov 18 21:20:17 2010 +0000

    Fix leak in tp-lowlevel.c
    
    Closes: bgo#635178

 NEWS                                 |    7 +++++++
 backends/telepathy/lib/tp-lowlevel.c |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 029a02d..d78320f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes from libfolks 0.3.2 to libfolks 0.3.3
+=========================================================
+
+Bugs fixed:
+* Bug 635178 â?? Leak in
+  folks_tp_lowlevel_connection_open_contact_list_channel_async
+
 Overview of changes from libfolks 0.3.1 to libfolks 0.3.2
 ==========================================================
 
diff --git a/backends/telepathy/lib/tp-lowlevel.c b/backends/telepathy/lib/tp-lowlevel.c
index f64fcc4..9d964d8 100644
--- a/backends/telepathy/lib/tp-lowlevel.c
+++ b/backends/telepathy/lib/tp-lowlevel.c
@@ -94,6 +94,8 @@ folks_tp_lowlevel_connection_open_contact_list_channel_async (
       folks_tp_lowlevel_connection_open_contact_list_channel_finish);
   tp_cli_connection_interface_requests_call_ensure_channel (conn, -1, request,
       connection_ensure_channel_cb, result, NULL, G_OBJECT (conn));
+
+  g_hash_table_unref (request);
 }
 
 /**



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