]> git.cameronkatri.com Git - mandoc.git/commit
In man(1) mode, properly clean up the resn[] result array
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 4 Oct 2021 20:24:06 +0000 (20:24 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 4 Oct 2021 20:24:06 +0000 (20:24 +0000)
commit754f01c4be9fff22d32351a29e4bcdd5b1d24cf5
tree44b9beb6968d6be3d3493fe9cca0cc005e05850e
parent73ca35878e62a5eb1bbcdc738e8969dd8516a313
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.
main.c