diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-04-17 18:51:04 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-04-17 18:51:04 +0800 |
commit | a2f604f8ade61df4a0c75683f222d2c78d9b27e5 (patch) | |
tree | 1a966413de069518457f82d3f1eda38429f52514 /libempathy | |
parent | e73d84a18ce49cb3a11701456ee025eda65b59c5 (diff) | |
download | gsoc2013-empathy-a2f604f8ade61df4a0c75683f222d2c78d9b27e5.tar gsoc2013-empathy-a2f604f8ade61df4a0c75683f222d2c78d9b27e5.tar.gz gsoc2013-empathy-a2f604f8ade61df4a0c75683f222d2c78d9b27e5.tar.bz2 gsoc2013-empathy-a2f604f8ade61df4a0c75683f222d2c78d9b27e5.tar.lz gsoc2013-empathy-a2f604f8ade61df4a0c75683f222d2c78d9b27e5.tar.xz gsoc2013-empathy-a2f604f8ade61df4a0c75683f222d2c78d9b27e5.tar.zst gsoc2013-empathy-a2f604f8ade61df4a0c75683f222d2c78d9b27e5.zip |
tp-tube: remove priv->service
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-tube.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c index 008559338..557ae9d87 100644 --- a/libempathy/empathy-tp-tube.c +++ b/libempathy/empathy-tp-tube.c @@ -63,7 +63,6 @@ free_empathy_tp_tube_accept_data (gpointer data) typedef struct { TpChannel *channel; - gchar *service; /* FIXME readd support for parameters.. */ GHashTable *parameters; EmpTubeChannelState state; @@ -200,8 +199,6 @@ tp_tube_finalize (GObject *object) g_object_unref (priv->channel); } - g_free (priv->service); - if (priv->parameters != NULL) g_hash_table_destroy (priv->parameters); |