Commit a9040c77 by Per Bothner Committed by Per Bothner

* check-init.c (check_init): Fix typo freeing memory twice.

From-SVN: r47763
parent 4519d6a3
2001-12-07 Per Bothner <per@bothner.com>
* check-init.c (check_init): Fix typo freeing memory twice.
2001-12-05 Per Bothner <per@bothner.com>
Restore support for static class initialization optimization.
......
......@@ -695,8 +695,6 @@ check_init (exp, before)
check_init (TREE_OPERAND (exp, 1), before);
done_alternative (before, &alt);
FREE_BUFFER(alt.saved, buf);
if (alt.saved != buf)
FREE_WORDS (alt.saved);
END_ALTERNATIVES (before, alt);
return;
}
......
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