summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2011-11-18 12:40:33 +0000
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2011-11-18 14:27:27 +0000
commitc2f47ed09bad710912c8674320c36a89b0026a05 (patch)
tree1838e445be11d5d746eba126e394fea5c70f6111 /telepathy-logger/text-channel.c
parent6b705626d17f05552e518107afbca35012c12b73 (diff)
downloadtelepathy-logger-c2f47ed09bad710912c8674320c36a89b0026a05.tar.gz
Replace g_array_free with g_array_unref
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);
}
}