[Telepathy-commits] [telepathy-gabble/master] gabble_bytestream_socks5_initiate: free list data

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Feb 13 04:57:13 PST 2009


---
 src/bytestream-socks5.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/bytestream-socks5.c b/src/bytestream-socks5.c
index fa23f76..ec0909e 100644
--- a/src/bytestream-socks5.c
+++ b/src/bytestream-socks5.c
@@ -1379,6 +1379,7 @@ gabble_bytestream_socks5_initiate (GabbleBytestreamIface *iface)
           "port", port,
           NULL);
 
+      g_free (ip->data);
       ip = ip->next;
     }
   g_list_free (ips);
-- 
1.5.6.5




More information about the telepathy-commits mailing list