summaryrefslogtreecommitdiff
path: root/src/bytestream-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-04 16:46:18 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-07 10:43:07 +0000
commite2c73522d5275d4e787a19fd5d79d97cac898845 (patch)
treedd07d88b8d42facf7853d49734a33b0ba8d58743 /src/bytestream-factory.c
parent21ada2f323e7d72d1105b5d006a4753d458dabe6 (diff)
downloadtelepathy-gabble-e2c73522d5275d4e787a19fd5d79d97cac898845.tar.gz
add_proxy_to_list: free the oldest proxy once removed
Diffstat (limited to 'src/bytestream-factory.c')
-rw-r--r--src/bytestream-factory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index 16cd3b0c8..69264ae17 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -287,6 +287,7 @@ add_proxy_to_list (GabbleBytestreamFactory *self,
oldest->jid);
*list = g_slist_delete_link (*list, last);
+ gabble_socks5_proxy_free (oldest);
}
}