diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index d4e201667..9461af044 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -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);