comparison src/proxy.c @ 2790:0148422dff4d

[gaim-migrate @ 2803] moocow (transmission) says this is better committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 20:15:59 +0000
parents 642413968b03
children babeeac8cf9e
comparison
equal deleted inserted replaced
2789:e8a2f3b92348 2790:0148422dff4d
545 g_free(phb->host); 545 g_free(phb->host);
546 g_free(phb); 546 g_free(phb);
547 return; 547 return;
548 } 548 }
549 549
550 if ((buf[0] != 0x01) || (buf[1] == 0x00)) { 550 if ((buf[0] != 0x01) || (buf[1] != 0x00)) {
551 close(source); 551 close(source);
552 phb->func(phb->data, -1, GAIM_INPUT_READ); 552 phb->func(phb->data, -1, GAIM_INPUT_READ);
553 g_free(phb->host); 553 g_free(phb->host);
554 g_free(phb); 554 g_free(phb);
555 return; 555 return;