1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge remote-tracking branch 'pasis/shutdown-fix'

This commit is contained in:
James Booth 2015-06-22 15:56:04 +01:00
commit 8ac8df6286

View File

@ -280,11 +280,11 @@ _shutdown(void)
p_gpg_close();
#endif
chat_log_close();
prefs_close();
theme_close();
accounts_close();
cmd_uninit();
log_close();
prefs_close();
}
static void