One more thinko.

From-SVN: r15875
This commit is contained in:
Jeff Law 1997-10-07 23:23:19 -06:00
parent 253a01b4a6
commit 51cbea761b
1 changed files with 2 additions and 2 deletions

View 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;
}