Commit f75aa51c by Jan Hubicka Committed by Jan Hubicka

* df-core.c (df_compact_blocks): Free problem_temps vector.

From-SVN: r160845
parent cdcb672d
2010-06-16 Jan Hubicka <jh@suse.cz>
* df-core.c (df_compact_blocks): Free problem_temps vector.
2010-06-16 Martin Jambor <mjambor@suse.cz> 2010-06-16 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/43905 PR tree-optimization/43905
......
...@@ -1489,6 +1489,7 @@ df_compact_blocks (void) ...@@ -1489,6 +1489,7 @@ df_compact_blocks (void)
+ i * dflow->problem->block_info_elt_size, 0, + i * dflow->problem->block_info_elt_size, 0,
(last_basic_block - i) (last_basic_block - i)
* dflow->problem->block_info_elt_size); * dflow->problem->block_info_elt_size);
free (problem_temps);
} }
} }
......
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