CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/09/01 01:31:45
Modified files: sbin/dmesg : dmesg.c Log message: free() the memory we allocate in dmesg.c. While this memory would be released on process exit, otto@ points out that various checks happen on free(), so this helps detect memory management errors. Based on a diff from Nan Xiao - thanks. ok otto@