CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/23 14:34:37
Modified files:
usr.bin/mandoc : read.c
Log message:
After opening a file with gzdopen(3), we have to call gzclose(3) or
we leak memory internally used by zlib to keep compression state.
Bug reported by Wolfgang Mueller <vehk at vehk dot de> who also
provided an incomplete patch, part of which i'm using in this commit.
