diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 20:17:57 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 20:17:57 +0800 |
commit | d82293953e49e54dbdaba7f0fe71ef6387099e2f (patch) | |
tree | 738704997ccdb5acfaf471156c7e3e93b92c8be6 /libempathy | |
parent | c6840c1afba475378163f5bb54cc1abcbc2deccc (diff) | |
download | gsoc2013-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
Diffstat (limited to 'libempathy')
-rw-r--r-- | 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 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); } |