summaryrefslogtreecommitdiff
path: root/telepathy-logger/streamed-media-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/streamed-media-channel.c')
-rw-r--r--telepathy-logger/streamed-media-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/streamed-media-channel.c b/telepathy-logger/streamed-media-channel.c
index 15d831d..32ba65e 100644
--- a/telepathy-logger/streamed-media-channel.c
+++ b/telepathy-logger/streamed-media-channel.c
@@ -170,7 +170,7 @@ pendingproc_get_remote_contacts (TplActionChain *ctx,
G_N_ELEMENTS (features), features, get_remote_contact_cb, ctx, NULL,
G_OBJECT (self));
- g_array_free (arr, TRUE);
+ g_array_unref (arr);
}