Moved jabber_free_resources call

This commit is contained in:
James Booth
2012-10-16 23:38:27 +01:00
parent 2f66feef8a
commit 68c6fe4803
3 changed files with 1 additions and 14 deletions

View File

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