Commit b639e6e4 by Bernd Schmidt Committed by Bernd Schmidt

Plug a memory leak.

From-SVN: r38218
parent eebc608e
2000-12-13 Bernd Schmidt <bernds@redhat.co.uk>
* simplify-rtx.c (cselib_finish): Free reg_values and used_regs
varrays.
2000-12-12 Mike Stump <mrs@wrs.com>
* Makefile.in (distclean): Remove safe-ctype.c as well.
......
......@@ -3358,5 +3358,7 @@ void
cselib_finish ()
{
clear_table (0);
VARRAY_FREE (reg_values);
VARRAY_FREE (used_regs);
htab_delete (hash_table);
}
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