comparison libpurple/protocols/jabber/adhoccommands.c @ 25947:4b8c4870b13a

propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327) to branch 'im.pidgin.pidgin' (head d8c03c68d591d9392607d954942ee58b8618d946)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Mar 2009 04:18:40 +0000
parents 16734635febf a1b2f2dd4849
children 5f9a24d1c25e
comparison
equal deleted inserted replaced
25946:8998ca47e6d0 25947:4b8c4870b13a
228 /* clean current list (just in case there is one) */ 228 /* clean current list (just in case there is one) */
229 while(js->commands) { 229 while(js->commands) {
230 JabberAdHocCommands *cmd = js->commands->data; 230 JabberAdHocCommands *cmd = js->commands->data;
231 g_free(cmd->jid); 231 g_free(cmd->jid);
232 g_free(cmd->node); 232 g_free(cmd->node);
233 g_free(cmd->node); 233 g_free(cmd->name);
234 g_free(cmd); 234 g_free(cmd);
235 js->commands = g_list_delete_link(js->commands, js->commands); 235 js->commands = g_list_delete_link(js->commands, js->commands);
236 } 236 }
237 237
238 /* re-fill list */ 238 /* re-fill list */