Browse Source

com_print(), cleanup storage more thoroughly

rlar 14 years ago
parent
commit
a891e7dc9c
  1. 1
      src/frontend/postcoms.c

1
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);
}

Loading…
Cancel
Save