comparison libpurple/cipher.c @ 32599:e9b4440718fe

propagate from branch 'im.pidgin.pidgin' (head eb9385f349a20856b9d3f9911dbc8024caa44052) to branch 'im.pidgin.cpw.qulogic.gtk3' (head 7bf97aeb425e36184faa985828f5fa8de8edafe8)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 19 Aug 2009 00:44:02 +0000
parents da33da2e1a1e
children 279c6cfe6966
comparison
equal deleted inserted replaced
32598:fb50e2499748 32599:e9b4440718fe
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());