# HG changeset patch # User Nathan Walp # Date 1066058980 0 # Node ID aab000475910151ff6af7b143eca590584c6ca6a # Parent 8a2e224782422c0be07380274afe46bdc75d6a57 [gaim-migrate @ 7825] of course I meant this committer: Tailor Script diff -r 8a2e22478242 -r aab000475910 src/protocols/jabber/presence.c --- a/src/protocols/jabber/presence.c Mon Oct 13 15:17:58 2003 +0000 +++ b/src/protocols/jabber/presence.c Mon Oct 13 15:29:40 2003 +0000 @@ -60,6 +60,8 @@ stripped = g_strdup(""); } + if(gc->away) + g_free(gc->away); gc->away = stripped; presence = jabber_presence_create(state, msg);