summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bellet <fabrice@bellet.info>2016-12-15 11:36:05 +0100
committerAlexander Akulich <akulichalexander@gmail.com>2019-12-12 23:53:31 +0300
commit2e8b2cc0db09b781d99e3755bb6d01548037fe7b (patch)
treecf01a98abcc7d1509c87b237a6f5d5e47a2aadd9
parent76cc2d96a5601572639032d33c2e1a16ff8a8905 (diff)
downloadtelepathy-glib-2e8b2cc0db09b781d99e3755bb6d01548037fe7b.tar.gz
call-channel: fix a memory leak
-rw-r--r--telepathy-glib/call-channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/call-channel.c b/telepathy-glib/call-channel.c
index 8ed76323b..2a1fa203d 100644
--- a/telepathy-glib/call-channel.c
+++ b/telepathy-glib/call-channel.c
@@ -525,6 +525,8 @@ update_call_members (TpCallChannel *self,
_tp_channel_contacts_queue_prepare_async ((TpChannel *) self,
contacts, update_call_members_prepared_cb, data);
+
+ g_ptr_array_unref (contacts);
}
static void