mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 04:06:21 +00:00
Moved jabber_free_resources call
This commit is contained in:
@@ -281,9 +281,8 @@ _shutdown_init(void)
|
||||
while (jabber_get_connection_status() == JABBER_DISCONNECTING) {
|
||||
jabber_process_events();
|
||||
}
|
||||
jabber_shutdown();
|
||||
jabber_free_resources();
|
||||
}
|
||||
jabber_free_resources();
|
||||
|
||||
_shutdown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user