From 2e8b2cc0db09b781d99e3755bb6d01548037fe7b Mon Sep 17 00:00:00 2001 From: Fabrice Bellet Date: Thu, 15 Dec 2016 11:36:05 +0100 Subject: call-channel: fix a memory leak --- telepathy-glib/call-channel.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1