Attempted fix at causing segfault by freeing connection

This commit is contained in:
James Booth
2012-10-16 23:29:58 +01:00
parent ea9a527606
commit d2aeca9bb4
3 changed files with 13 additions and 7 deletions

View File

@@ -281,6 +281,7 @@ _shutdown_init(void)
while (jabber_get_connection_status() == JABBER_DISCONNECTING) {
jabber_process_events();
}
jabber_shutdown();
}
_shutdown();