diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 76453b8..60e2236 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -1619,8 +1619,7 @@ lower_try_finally (struct leh_state *state, gimple tp) } VEC_free (tree, heap, this_tf.dest_array); - if (this_tf.goto_queue) - free (this_tf.goto_queue); + free (this_tf.goto_queue); if (this_tf.goto_queue_map) pointer_map_destroy (this_tf.goto_queue_map); |