Formerly read.c.~67~

This commit is contained in:
Roland McGrath 1993-08-18 19:01:46 +00:00
parent 8788690192
commit 8171a9ba6e

6
read.c
View file

@ -552,6 +552,12 @@ read_makefile (filename, flags)
| (noerror ? RM_DONTCARE : 0)));
}
/* Free any space allocated by conditional_line. */
if (conditionals->ignoring)
free (conditionals->ignoring);
if (conditionals->seen_else)
free (conditionals->seen_else);
/* Restore state. */
conditionals = save;
reading_filename = filename;