Fix a file management memory leak that appears to have been there
authormillert <millert@openbsd.org>
Fri, 3 Jun 2022 19:40:56 +0000 (19:40 +0000)
committermillert <millert@openbsd.org>
Fri, 3 Jun 2022 19:40:56 +0000 (19:40 +0000)
commitabf388a5dfd9349d5f07fe0ac94bf826d2277b47
tree5fa9ab84a773a7896e00e674934c9fe9349607e1
parent64fb9c0c153c1c8aacd6407e8bc4302fdc530dd4
Fix a file management memory leak that appears to have been there
since the files array was first initialized with stdin, stdout, and
stderr (circa 1992).  From Miguel Pineiro Jr.
usr.bin/awk/FIXES
usr.bin/awk/main.c
usr.bin/awk/run.c