comparison src/proxy.c @ 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 33bef17125c2
children b68897cff861
comparison
equal deleted inserted replaced
13207:8facf33a528a 13208:de4f1fb08088
1315 g_free(msg); 1315 g_free(msg);
1316 gaim_input_remove(phb->inpa); 1316 gaim_input_remove(phb->inpa);
1317 g_free(phb->read_buffer); 1317 g_free(phb->read_buffer);
1318 g_free(phb->host); 1318 g_free(phb->host);
1319 g_free(phb); 1319 g_free(phb);
1320 return;
1320 } 1321 }
1321 } 1322 }
1322 if(status == 403 /* Forbidden */ ) { 1323 if(status == 403 /* Forbidden */ ) {
1323 gchar *msg = g_strdup_printf(_("Access denied: proxy server forbids port %d tunnelling."), phb->port); 1324 gchar *msg = g_strdup_printf(_("Access denied: proxy server forbids port %d tunnelling."), phb->port);
1324 gaim_connection_error(phb->account->gc, msg); 1325 gaim_connection_error(phb->account->gc, msg);