| 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()); |