diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 15:28:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 15:28:23 +0200 |
commit | dd345753c1742905c9f81aa71d8b09109fbc5456 (patch) | |
tree | 8689e25f6465c17c3dd5913af6ae289bf13768d4 /protocols/jabber/jabber.c | |
parent | 0db75ad966458610427dacdd31ecbaddbca18935 (diff) | |
parent | fa75134008bd9206ca02380927c27581feb65c3e (diff) |
merge trunk.
Diffstat (limited to 'protocols/jabber/jabber.c')
-rw-r--r-- | protocols/jabber/jabber.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c index 243ed7fd..0e23b4d4 100644 --- a/protocols/jabber/jabber.c +++ b/protocols/jabber/jabber.c @@ -266,6 +266,7 @@ static void jabber_logout( struct im_connection *ic ) xt_free( jd->xt ); + g_free( jd->cached_id_prefix ); g_free( jd->away_message ); g_free( jd->username ); g_free( jd ); |