changeset 13208:de4f1fb08088

[gaim-migrate @ 15572] crash fix committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 09 Feb 2006 20:07:59 +0000
parents 8facf33a528a
children 72414fe08156
files src/proxy.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */ ) {