src/proxy.c

changeset 13209
439ad2dad2e1
parent 13201
8c224ef70efa
child 13289
a05b7dc08bc2
--- a/src/proxy.c	Thu Feb 09 19:04:36 2006 +0000
+++ b/src/proxy.c	Thu Feb 09 20:07:59 2006 +0000
@@ -1317,6 +1317,7 @@
 				g_free(phb->read_buffer);
 				g_free(phb->host);
 				g_free(phb);
+				return;
 			}
 		}
 		if(status == 403 /* Forbidden */ ) {

mercurial