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:
parent
7c27060e73
commit
b068d84722
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user