comparison libpurple/cipher.c @ 29298:fb99a0067812

propagate from branch 'im.pidgin.pidgin' (head 70d69397ed952b26b453423c381c70d6783eb66d) to branch 'im.pidgin.cpw.attention_ui' (head 1cf0dea282a0d0e4aeac4770e0150d6d0c10830a)
author Marcus Lundblad <ml@update.uu.se>
date Thu, 13 Aug 2009 17:42:44 +0000
parents da33da2e1a1e
children 279c6cfe6966
comparison
equal deleted inserted replaced
29297:338d6a211055 29298:fb99a0067812
2725 for(l = ciphers; l; l = ll) { 2725 for(l = ciphers; l; l = ll) {
2726 ll = l->next; 2726 ll = l->next;
2727 2727
2728 cipher = PURPLE_CIPHER(l->data); 2728 cipher = PURPLE_CIPHER(l->data);
2729 purple_ciphers_unregister_cipher(cipher); 2729 purple_ciphers_unregister_cipher(cipher);
2730
2731 ciphers = g_list_remove(ciphers, cipher);
2732 } 2730 }
2733 2731
2734 g_list_free(ciphers); 2732 g_list_free(ciphers);
2735 2733
2736 purple_signals_unregister_by_instance(purple_ciphers_get_handle()); 2734 purple_signals_unregister_by_instance(purple_ciphers_get_handle());