diff options
-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); } |