From ac46218e481891b0a1d02a0882a3bf964c4ed21c Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 14 Dec 2008 10:40:17 +0000 Subject: Removed a double g_free() in proxy.c (that couldn't actually ever be invoked but was stupid anyway). #409. --- lib/proxy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/proxy.c') diff --git a/lib/proxy.c b/lib/proxy.c index 91493557..e52837fe 100644 --- a/lib/proxy.c +++ b/lib/proxy.c @@ -557,7 +557,6 @@ int proxy_connect(const char *host, int port, b_event_handler func, gpointer dat else if (proxytype == PROXY_SOCKS5) return proxy_connect_socks5(host, port, phb); - if (phb->host) g_free(phb); g_free(phb); return -1; } -- cgit v1.2.3