* except.c (free_eh_nesting_info): Free the info itself.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1999 09:49:23 +0000 (09:49 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1999 09:49:23 +0000 (09:49 +0000)
commit0388e90f0664ab4bcd63ffb134d0fa3da1ee7da5
tree610028a55913271a69abf4d597b12ed1df6999c0
parent97dbca2f7c40e761b965b41a6dca852183b8ce2e
* except.c (free_eh_nesting_info): Free the info itself.
* function.c (free_after_compilation): Don't free NULL.
* gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
(pre_edge_insert): Free inserted.
* stmt.c (free_stmt_status): Don't free NULL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30255 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/except.c
gcc/function.c
gcc/gcse.c
gcc/stmt.c