comparison src/protocols/oscar/oscar.c @ 6053:74b281b4ae29

[gaim-migrate @ 6503] odd man out committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 07 Jul 2003 14:49:55 +0000
parents c062c4bf58ac
children d8cd876e613e
comparison
equal deleted inserted replaced
6052:c062c4bf58ac 6053:74b281b4ae29
1832 if (od->icontimer) 1832 if (od->icontimer)
1833 g_source_remove(od->icontimer); 1833 g_source_remove(od->icontimer);
1834 od->icontimer = g_timeout_add(500, gaim_icon_timerfunc, gc); 1834 od->icontimer = g_timeout_add(500, gaim_icon_timerfunc, gc);
1835 } 1835 }
1836 } 1836 }
1837 free(saved_b16); 1837 g_free(saved_b16);
1838 free(b16); 1838 g_free(b16);
1839 } 1839 }
1840 1840
1841 serv_got_update(gc, info->sn, 1, (info->warnlevel/10.0) + 0.5, signon, time_idle, type); 1841 serv_got_update(gc, info->sn, 1, (info->warnlevel/10.0) + 0.5, signon, time_idle, type);
1842 1842
1843 return 1; 1843 return 1;