diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 6fda265..5c49b52 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -4877,6 +4877,7 @@ delete_points_to_sets (void) for (i = 0; VEC_iterate (varinfo_t, varmap, i, v); i++) VEC_free (constraint_t, heap, graph->complex[i]); + free (graph->complex); free (graph->rep); free (graph->succs); |