From 8171a9ba6ed39f2e305f20091f75249f26e9b5bc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 18 Aug 1993 19:01:46 +0000 Subject: [PATCH] Formerly read.c.~67~ --- read.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/read.c b/read.c index 2d26f24..21dc538 100644 --- a/read.c +++ b/read.c @@ -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; -- 2.7.4