mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Moved shutdown hook, so disconnect hook runs first
This commit is contained in:
parent
e094e3d052
commit
107c0b9b15
@ -654,9 +654,9 @@ _init(const int disable_tls, char *log_level)
|
||||
static void
|
||||
_shutdown(void)
|
||||
{
|
||||
plugins_on_shutdown();
|
||||
jabber_disconnect();
|
||||
jabber_shutdown();
|
||||
plugins_on_shutdown();
|
||||
roster_free();
|
||||
caps_close();
|
||||
ui_close();
|
||||
|
Loading…
Reference in New Issue
Block a user