Init and shutdown of libstrophe moved, free resources before creating

This commit is contained in:
James Booth
2013-02-27 23:14:41 +00:00
parent 24f0d9e6e5
commit aeb0bfa13c
3 changed files with 26 additions and 12 deletions

View File

@@ -533,6 +533,7 @@ static void
_shutdown(void)
{
jabber_disconnect();
jabber_shutdown();
contact_list_free();
caps_close();
ui_close();