From a891e7dc9c05b14a728719c8396a957016eb196c Mon Sep 17 00:00:00 2001 From: rlar Date: Mon, 1 Oct 2012 19:44:49 +0200 Subject: [PATCH] com_print(), cleanup storage more thoroughly --- src/frontend/postcoms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/postcoms.c b/src/frontend/postcoms.c index 8668aec0e..0c306916b 100644 --- a/src/frontend/postcoms.c +++ b/src/frontend/postcoms.c @@ -357,6 +357,7 @@ com_print(wordlist *wl) } done: /* Get rid of the vectors. */ + free_pnode(names); tfree(buf); tfree(buf2); }