summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-05-24 13:39:33 +1000
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-05-24 13:39:33 +1000
commit84b4e4dc8c00b6e1dd06fca908f28ead1959248e (patch)
treefa71b31f2a15cfc19837413e27e7e5c946a14151 /telepathy-glib/channel.c
parent9d2a3943af9f95be83cb4fa4371bda23c77f94f6 (diff)
downloadtelepathy-glib-84b4e4dc8c00b6e1dd06fca908f28ead1959248e.tar.gz
Remove variables that shadow global function names
Diffstat (limited to 'telepathy-glib/channel.c')
-rw-r--r--telepathy-glib/channel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c
index 0c0052980..0c90428f0 100644
--- a/telepathy-glib/channel.c
+++ b/telepathy-glib/channel.c
@@ -1759,7 +1759,6 @@ tp_channel_new (TpConnection *conn,
{
TpChannel *ret = NULL;
TpProxy *conn_proxy = (TpProxy *) conn;
- gchar *dup = NULL;
g_return_val_if_fail (TP_IS_CONNECTION (conn), NULL);
g_return_val_if_fail (object_path != NULL, NULL);
@@ -1803,7 +1802,6 @@ tp_channel_new (TpConnection *conn,
NULL));
finally:
- g_free (dup);
return ret;
}