]> git.cameronkatri.com Git - mandoc.git/commit
Provide a cleanup function for the term_tab module, freeing memory
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 4 Oct 2021 18:56:31 +0000 (18:56 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 4 Oct 2021 18:56:31 +0000 (18:56 +0000)
commit73ca35878e62a5eb1bbcdc738e8969dd8516a313
tree19063e48f09449d7b72d122d3084c60ba84a9c5b
parent6cf3130222c8a052812f22a637ff37432d52c42f
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.
term.c
term.h
term_tab.c