Provide a cleanup function for the term_tab module, freeing memory
authorschwarze <schwarze@openbsd.org>
Mon, 4 Oct 2021 18:56:24 +0000 (18:56 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 4 Oct 2021 18:56:24 +0000 (18:56 +0000)
commit888caeec3c86c73e63b9ca3f81b39f468197aeec
tree9db851246a964b44625ea26e40621451b6cd446a
parent0f1f51460d402bf58a5b99b672277b7d23db6d2a
Provide a cleanup function for the term_tab module, freeing memory
and resetting the internal state to the initial state.
Call this function from the proper place in term_free().

With the way the module is currently used, this does not imply any
functional change, but doing proper cleanup is more robust, makes
it easier during code review to understand what is going on, and
makes it explicit that there is no memory leak.
usr.bin/mandoc/term.c
usr.bin/mandoc/term.h
usr.bin/mandoc/term_tab.c