mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Added connection details to jabber_shutdown
This commit is contained in:
parent
4d0566b5d1
commit
ccf5cb846b
@ -199,6 +199,9 @@ _jabber_disconnect(void)
|
|||||||
static void
|
static void
|
||||||
_jabber_shutdown(void)
|
_jabber_shutdown(void)
|
||||||
{
|
{
|
||||||
|
_connection_free_saved_account();
|
||||||
|
_connection_free_saved_details();
|
||||||
|
_connection_free_session_data();
|
||||||
xmpp_shutdown();
|
xmpp_shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user