From dfe8342b91fa9e8b74ec1c0ecbd61609838339eb Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 6 Oct 2012 15:20:17 +0200 Subject: [PATCH] invoke com_remcirc() in com_quit() --- src/frontend/misccoms.c | 1 + 1 file changed, 1 insertion(+) 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);