[Telepathy-commits] [telepathy-salut/master] salut_file_transfer_channel_finalize: free missing properties

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Nov 14 03:16:46 PST 2008


---
 src/salut-file-transfer-channel.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/salut-file-transfer-channel.c b/src/salut-file-transfer-channel.c
index df0656d..5f80195 100644
--- a/src/salut-file-transfer-channel.c
+++ b/src/salut-file-transfer-channel.c
@@ -778,6 +778,10 @@ salut_file_transfer_channel_finalize (GObject *object)
   g_free (self->priv->object_path);
   g_free (self->priv->filename);
   g_free (self->priv->socket_path);
+  g_free (self->priv->content_type);
+  g_free (self->priv->content_hash);
+  g_free (self->priv->description);
+  g_hash_table_destroy (self->priv->available_socket_types);
 
   G_OBJECT_CLASS (salut_file_transfer_channel_parent_class)->finalize (object);
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list