Fix two memory leaks in makewhatis -n:
authorschwarze <schwarze@openbsd.org>
Wed, 7 May 2014 15:10:33 +0000 (15:10 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 7 May 2014 15:10:33 +0000 (15:10 +0000)
commitfb191a428d07ae6795cbacca686e42b133d99bed
tree75206de6258d63a47b546bb19e569b5cb8fa1548
parent97d14fe110db60f0e98a669ba4f43bec25c7d07f
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.
usr.bin/mandoc/mandocdb.c