about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-06-15 20:46:12 +0100
committerJames Booth <boothj5@gmail.com>2014-06-15 20:46:12 +0100
commitccf5cb846ba13d6b9356a0ce01576e9f95103a23 (patch)
treeaa7d8104ca91273ba7f8932a98d5bb0ed224d5d8
parent4d0566b5d18dbb35d343633f94dd6ee255fd01d7 (diff)
downloadprofani-tty-ccf5cb846ba13d6b9356a0ce01576e9f95103a23.tar.gz
Added connection details to jabber_shutdown
-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();
 }