diff 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
line wrap: on
line diff
--- a/libpurple/protocols/jabber/adhoccommands.c	Wed Feb 25 20:03:08 2009 +0000
+++ b/libpurple/protocols/jabber/adhoccommands.c	Mon Mar 02 04:18:40 2009 +0000
@@ -230,7 +230,7 @@
 		JabberAdHocCommands *cmd = js->commands->data;
 		g_free(cmd->jid);
 		g_free(cmd->node);
-		g_free(cmd->node);
+		g_free(cmd->name);
 		g_free(cmd);
 		js->commands = g_list_delete_link(js->commands, js->commands);
 	}