From: Jeff Law Date: Wed, 8 Oct 1997 05:23:19 +0000 (-0600) Subject: One more thinko. X-Git-Tag: releases/egcs-1.0.0~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51cbea761be56017136003c9d81b0acf4aeba6aa;p=thirdparty%2Fgcc.git One more thinko. From-SVN: r15875 --- diff --git a/gcc/integrate.c b/gcc/integrate.c index 71302c354fff..27aa4df6ebf0 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; }