1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Merge branch 'master' into plugins

This commit is contained in:
James Booth 2014-01-30 20:48:44 +00:00
commit 0815696094

View File

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