aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-06-13 01:35:48 +0200
committerMarius Halden <marius.h@lden.org>2016-06-13 01:35:48 +0200
commit16c3ee33798ae48a28222dbd538da94c777081cb (patch)
tree9499762ca19aaa435b42e0dde1352468de01d2a9 /protocols/jabber/jabber.c
parent59a7dc58dcf39b7eaed2015423f8a4fc2da3c7fd (diff)
Add initial support for SCRAM-SHA-1
Diffstat (limited to 'protocols/jabber/jabber.c')
-rw-r--r--protocols/jabber/jabber.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c
index 11a90ff4..2fa19c0f 100644
--- a/protocols/jabber/jabber.c
+++ b/protocols/jabber/jabber.c
@@ -377,6 +377,8 @@ static void jabber_logout(struct im_connection *ic)
g_free(jd->muc_host);
g_free(jd->username);
g_free(jd->me);
+ g_free(jd->challenge.cnonce);
+ g_free(jd->challenge.server_signature);
g_free(jd);
jabber_connections = g_slist_remove(jabber_connections, ic);