src/protocols/zephyr/zephyr.c

changeset 8287
266eacc707ac
parent 8273
7882af5843e9
child 8354
61ee455834c5
equal deleted inserted replaced
8286:7a4c038d1ecd 8287:266eacc707ac
795 s = s->next; 795 s = s->next;
796 } 796 }
797 g_slist_free(subscrips); 797 g_slist_free(subscrips);
798 798
799 if (nottimer) 799 if (nottimer)
800 g_source_remove(nottimer); 800 gaim_timeout_remove(nottimer);
801 nottimer = 0; 801 nottimer = 0;
802 if (loctimer) 802 if (loctimer)
803 g_source_remove(loctimer); 803 gaim_timeout_remove(loctimer);
804 loctimer = 0; 804 loctimer = 0;
805 zgc = NULL; 805 zgc = NULL;
806 z_call(ZCancelSubscriptions(0)); 806 z_call(ZCancelSubscriptions(0));
807 z_call(ZUnsetLocation()); 807 z_call(ZUnsetLocation());
808 z_call(ZClosePort()); 808 z_call(ZClosePort());

mercurial