In man(1) mode, properly clean up the resn[] result array
authorschwarze <schwarze@openbsd.org>
Mon, 4 Oct 2021 20:24:00 +0000 (20:24 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 4 Oct 2021 20:24:00 +0000 (20:24 +0000)
commit0883e5d9c2df7753e2e24a49e1643f365d5c7d25
treeaf81deb71e3fa565efdaa2dd4597a966c2128031
parentcdaceaad5ba7cec4870832436081e6449b6ea9cf
In man(1) mode, properly clean up the resn[] result array
after processing each name given on the command line.

Failure to do so resulted in a memory leak of about 50 kilobytes
per name given on the command line.  Since man(1) uses a few
Megabytes of memory anyway and people rarely give hundreds of names
on the command line, this leak did not cause practical problems,
but cleaning up properly is better in any case.
usr.bin/mandoc/main.c