diff options
Diffstat (limited to 'protocols/jabber/jabber.c')
| -rw-r--r-- | protocols/jabber/jabber.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c index 30e55159..b6fbb6b9 100644 --- a/protocols/jabber/jabber.c +++ b/protocols/jabber/jabber.c @@ -316,6 +316,8 @@ static void jabber_logout( struct im_connection *ic )  	jabber_buddy_remove_all( ic );  	xt_free( jd->xt ); + +	md5_free( &jd->cached_id_prefix );  	g_free( jd->oauth2_access_token );  	g_free( jd->away_message );  | 
