CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/07 09:10:33
Modified files:
usr.bin/mandoc : mandocdb.c
Log message:
Fix two memory leaks in makewhatis -n:
1. As found by nigel@, names_check() requires database access.
2. Do not leak names and strings in -n mode.
