Free autocompleters on quit

This commit is contained in:
James Booth
2012-10-22 00:29:39 +01:00
parent 5353bb47d6
commit 3f8813bb1b
4 changed files with 17 additions and 6 deletions

View File

@@ -308,8 +308,10 @@ _shutdown_init(void)
static void
_shutdown(void)
{
contact_list_clear();
gui_close();
chat_log_close();
prefs_close();
cmd_close();
log_close();
}