1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Added call to plugins_on_shutdown hook

This commit is contained in:
James Booth 2013-09-03 22:22:51 +01:00
parent 7c27060e73
commit b068d84722

View File

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