Close UI windows on /quit

fixes #296
This commit is contained in:
James Booth
2014-01-30 20:30:35 +00:00
parent adb360072b
commit 9bb1fae291

View File

@@ -314,6 +314,7 @@ _init(const int disable_tls, char *log_level)
static void
_shutdown(void)
{
ui_close_all_wins();
jabber_disconnect();
jabber_shutdown();
roster_free();