invoke com_remcirc() in com_quit()

This commit is contained in:
rlar 2012-10-06 15:20:17 +02:00
parent c7717e37fc
commit dfe8342b91
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ com_quit(wordlist *wl)
wordlist all = { "all", NULL, NULL };
wordlist star = { "*", NULL, NULL };
com_remcirc(NULL);
com_destroy(&all);
com_unalias(&star);
com_undefine(&star);