From: Guillaume Desmottes Date: Fri, 17 Apr 2009 10:51:04 +0000 (+0100) Subject: tp-tube: remove priv->service X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=a2f604f8ade61df4a0c75683f222d2c78d9b27e5 tp-tube: remove priv->service --- diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c index 00855933..557ae9d8 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);