mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 05:36:21 +00:00
Added connection details to jabber_shutdown
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user