Mercurial > pidgin
changeset 25444:d720bedc091e
merge of '2026210de0785811e4681fcc9e988fb8d00601ef'
and 'eaa137ae31ea2eb08bd918eecc45c5de6e2016a3'
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 10 Feb 2009 06:08:57 +0000 |
parents | 9ee0cb95a252 (current diff) a1b2f2dd4849 (diff) |
children | b6bcd024a393 751df82b78e7 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/adhoccommands.c Tue Feb 10 04:25:45 2009 +0000 +++ b/libpurple/protocols/jabber/adhoccommands.c Tue Feb 10 06:08:57 2009 +0000 @@ -229,7 +229,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); }