com_print(), cleanup storage more thoroughly
This commit is contained in:
parent
0f089d2bd6
commit
a891e7dc9c
|
|
@ -357,6 +357,7 @@ com_print(wordlist *wl)
|
|||
}
|
||||
done:
|
||||
/* Get rid of the vectors. */
|
||||
free_pnode(names);
|
||||
tfree(buf);
|
||||
tfree(buf2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue