CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/07 14:03:23
Modified files:
usr.bin/mandoc : term.c
Log message:
This code wasted memory by allocating sizeof(enum termfont *)
where only sizeof(enum termfont) is needed.
Fixes CID 1288941. From christos@ via wiz@, both at NetBSD.
