1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-06-02 23:03:50 -04:00

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 static void
_shutdown(void) _shutdown(void)
{ {
ui_close_all_wins();
jabber_disconnect(); jabber_disconnect();
jabber_shutdown(); jabber_shutdown();
roster_free(); roster_free();