| 996 purple_accounts_uninit(void) |
996 purple_accounts_uninit(void) |
| 997 { |
997 { |
| 998 gpointer handle = purple_accounts_get_handle(); |
998 gpointer handle = purple_accounts_get_handle(); |
| 999 if (save_timer != 0) |
999 if (save_timer != 0) |
| 1000 { |
1000 { |
| 1001 purple_timeout_remove(save_timer); |
1001 g_source_remove(save_timer); |
| 1002 save_timer = 0; |
1002 save_timer = 0; |
| 1003 sync_accounts(); |
1003 sync_accounts(); |
| 1004 } |
1004 } |
| 1005 |
1005 |
| 1006 for (; accounts; accounts = g_list_delete_link(accounts, accounts)) |
1006 for (; accounts; accounts = g_list_delete_link(accounts, accounts)) |