pidgin/plugins/gevolution/gevolution.c

changeset 39897
16b440d4ab36
parent 39483
ab4728087d87
child 40197
75ffd76260fc
equal deleted inserted replaced
39889:94cb5cc3862a 39897:16b440d4ab36
108 l2->data, name); 108 l2->data, name);
109 } 109 }
110 g_free(me); 110 g_free(me);
111 } 111 }
112 112
113 g_list_foreach(ims, (GFunc)g_free, NULL); 113 g_list_free_full(ims, g_free);
114 g_list_free(ims);
115 } 114 }
116 115
117 static void 116 static void
118 update_buddies_from_contact(EContact *contact) 117 update_buddies_from_contact(EContact *contact)
119 { 118 {

mercurial