summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/text-channel.c')
-rw-r--r--telepathy-logger/text-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index 9761575..622cb12 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -274,7 +274,7 @@ pendingproc_get_remote_contact (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);
}
}