Mercurial > pidgin
changeset 28414:0645dc6eeed1
Oh no that wasn't right. This code is weird.
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 21 Oct 2009 22:30:35 +0000 |
| parents | d10e62b804ea |
| children | 9e1350072dec |
| files | libpurple/protocols/jabber/message.c |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.c Wed Oct 21 22:28:59 2009 +0000 +++ b/libpurple/protocols/jabber/message.c Wed Oct 21 22:30:35 2009 +0000 @@ -783,7 +783,6 @@ const char *jid = xmlnode_get_attrib(invite, "from"); g_free(jm->to); jm->to = jm->from; - g_free(jm->from); jm->from = g_strdup(jid); if((reason = xmlnode_get_child(invite, "reason"))) { g_free(jm->body);
