From 9bb1fae291515156dd9eafff017282c6e1613a76 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 30 Jan 2014 20:30:35 +0000 Subject: [PATCH] Close UI windows on /quit fixes #296 --- src/profanity.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/profanity.c b/src/profanity.c index 6e15f1dd..166a78c0 100644 --- a/src/profanity.c +++ b/src/profanity.c @@ -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();