Module Name: src Committed By: rillig Date: Mon Dec 13 01:37:51 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: clean up code for freeing short-lived variables Since yesterday's addition of the short-lived "variable" named .SUFFIXES, not only environment variables are short-lived. Clean up the code to prepare for fixing the remaining memory leaks. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.975 -r1.976 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.