]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
One more thinko.
authorJeff Law <law@gcc.gnu.org>
Wed, 8 Oct 1997 05:23:19 +0000 (23:23 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 8 Oct 1997 05:23:19 +0000 (23:23 -0600)
From-SVN: r15875

gcc/integrate.c

index 71302c354fffc71ddf0693d973b3f25b185f13db..27aa4df6ebf0e3f521bf86b5e5666249f6b9e340 100644 (file)
@@ -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;
 }