Added connection details to jabber_shutdown

This commit is contained in:
James Booth
2014-06-15 20:46:12 +01:00
parent 4d0566b5d1
commit ccf5cb846b

View File

@@ -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();
}