summaryrefslogtreecommitdiff
path: root/telepathy-logger/call-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/call-channel.c')
-rw-r--r--telepathy-logger/call-channel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c
index 4dbc142..5b0fa12 100644
--- a/telepathy-logger/call-channel.c
+++ b/telepathy-logger/call-channel.c
@@ -244,11 +244,11 @@ get_call_members_cb (TpProxy *proxy,
G_N_ELEMENTS (features), features, get_remote_contacts_cb, ctx, NULL,
G_OBJECT (self));
- g_array_free (arr, TRUE);
+ g_array_unref (arr);
}
else
{
- g_array_free (arr, TRUE);
+ g_array_unref (arr);
_tpl_action_chain_continue (ctx);
}
}
@@ -450,7 +450,7 @@ call_members_changed_cb (DBusGProxy *proxy,
G_OBJECT (self));
}
- g_array_free (added, TRUE);
+ g_array_unref (added);
}