]> git.cameronkatri.com Git - mandoc.git/commit
Fix two memory leaks in makewhatis -n:
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 7 May 2014 15:10:36 +0000 (15:10 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 7 May 2014 15:10:36 +0000 (15:10 +0000)
commitad9934ce8bce7df653e1eec762a8e13b6ca42b55
tree98bcc766860433bef8913981f87f4289842064d6
parente9fa61ef565b232a81f24582132198563730fbcc
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.
mandocdb.c