com_print(), cleanup storage more thoroughly

This commit is contained in:
rlar 2012-10-01 19:44:49 +02:00
parent 0f089d2bd6
commit a891e7dc9c
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ com_print(wordlist *wl)
}
done:
/* Get rid of the vectors. */
free_pnode(names);
tfree(buf);
tfree(buf2);
}