about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmpp/connection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index e32ba4ed..5a97a525 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -199,6 +199,9 @@ _jabber_disconnect(void)
 static void
 _jabber_shutdown(void)
 {
+    _connection_free_saved_account();
+    _connection_free_saved_details();
+    _connection_free_session_data();
     xmpp_shutdown();
 }