[empathy: 1/8] empathy_call_factory_new_call_with_streams: don't leak the hash table



commit d82293953e49e54dbdaba7f0fe71ef6387099e2f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Aug 11 14:17:57 2010 +0200

    empathy_call_factory_new_call_with_streams: don't leak the hash table

 libempathy/empathy-call-factory.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c
index 5f57f7c..9ac4af2 100644
--- a/libempathy/empathy-call-factory.c
+++ b/libempathy/empathy-call-factory.c
@@ -255,6 +255,7 @@ empathy_call_factory_new_call_with_streams (EmpathyContact *contact,
   tp_account_channel_request_create_channel_async (req, NULL, NULL,
       create_media_channel_cb, NULL);
 
+  g_hash_table_unref (request);
   g_object_unref (req);
 }
 



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