From 51cbea761be56017136003c9d81b0acf4aeba6aa Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 7 Oct 1997 23:23:19 -0600 Subject: [PATCH] One more thinko. From-SVN: r15875 --- gcc/integrate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/integrate.c b/gcc/integrate.c index 71302c354ff..27aa4df6ebf 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -2038,8 +2038,8 @@ expand_inline_function (fndecl, parms, target, ignore, type, } /* Make sure we free the things we explicitly allocated with xmalloc. */ - if (label_map) - free (label_map); + if (real_label_map) + free (real_label_map); return target; } -- 2.30.2