--- 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);