Commit 51cbea76 by Jeff Law

One more thinko.

From-SVN: r15875
parent 253a01b4
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment