comparison src/protocols/msn/servconn.c @ 8287:ef881489396e

[gaim-migrate @ 9011] Another patch from Scott Lamb to change g_source_remove calls to gaim_timeout_remove. It also implements gaim_timeout_remove. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 18 Feb 2004 07:43:21 +0000
parents 160547821ea2
children 7402101c0319
comparison
equal deleted inserted replaced
8286:89d9d004e3f3 8287:ef881489396e
278 278
279 if (servconn->http_data->gateway_ip != NULL) 279 if (servconn->http_data->gateway_ip != NULL)
280 g_free(servconn->http_data->gateway_ip); 280 g_free(servconn->http_data->gateway_ip);
281 281
282 if (servconn->http_data->timer) 282 if (servconn->http_data->timer)
283 g_source_remove(servconn->http_data->timer); 283 gaim_timeout_remove(servconn->http_data->timer);
284 284
285 g_free(servconn->http_data); 285 g_free(servconn->http_data);
286 } 286 }
287 287
288 if (servconn->rxqueue != NULL) 288 if (servconn->rxqueue != NULL)