aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 20:17:57 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 20:17:57 +0800
commitd82293953e49e54dbdaba7f0fe71ef6387099e2f (patch)
tree738704997ccdb5acfaf471156c7e3e93b92c8be6
parentc6840c1afba475378163f5bb54cc1abcbc2deccc (diff)
downloadgsoc2013-empathy-d82293953e49e54dbdaba7f0fe71ef6387099e2f.tar
gsoc2013-empathy-d82293953e49e54dbdaba7f0fe71ef6387099e2f.tar.gz
gsoc2013-empathy-d82293953e49e54dbdaba7f0fe71ef6387099e2f.tar.bz2
gsoc2013-empathy-d82293953e49e54dbdaba7f0fe71ef6387099e2f.tar.lz
gsoc2013-empathy-d82293953e49e54dbdaba7f0fe71ef6387099e2f.tar.xz
gsoc2013-empathy-d82293953e49e54dbdaba7f0fe71ef6387099e2f.tar.zst
gsoc2013-empathy-d82293953e49e54dbdaba7f0fe71ef6387099e2f.zip
empathy_call_factory_new_call_with_streams: don't leak the hash table
-rw-r--r--libempathy/empathy-call-factory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c
index 5f57f7c24..9ac4af2f7 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);
}