[Telepathy-commits] [telepathy-salut/master] salut_file_transfer_channel_finalize: free the socket_path

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Thu Nov 13 09:45:52 PST 2008


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

diff --git a/src/salut-file-transfer-channel.c b/src/salut-file-transfer-channel.c
index 98e45ae..efb5d2f 100644
--- a/src/salut-file-transfer-channel.c
+++ b/src/salut-file-transfer-channel.c
@@ -773,6 +773,7 @@ salut_file_transfer_channel_finalize (GObject *object)
   /* free any data held directly by the object here */
   g_free (self->priv->object_path);
   g_free (self->priv->filename);
+  g_free (self->priv->socket_path);
 
   G_OBJECT_CLASS (salut_file_transfer_channel_parent_class)->finalize (object);
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list