| 130 g_free(id); |
130 g_free(id); |
| 131 info->identities = g_list_delete_link(info->identities, info->identities); |
131 info->identities = g_list_delete_link(info->identities, info->identities); |
| 132 } |
132 } |
| 133 |
133 |
| 134 free_string_glist(info->features); |
134 free_string_glist(info->features); |
| 135 free_string_glist(info->forms); |
135 |
| |
136 while (info->forms) { |
| |
137 xmlnode_free(info->forms->data); |
| |
138 info->forms = g_list_delete_link(info->forms, info->forms); |
| |
139 } |
| 136 |
140 |
| 137 jabber_caps_node_exts_unref(info->exts); |
141 jabber_caps_node_exts_unref(info->exts); |
| 138 |
142 |
| 139 g_free(info); |
143 g_free(info); |
| 140 } |
144 } |