diff options
Diffstat (limited to 'gcc/tree-data-ref.c')
| -rw-r--r-- | gcc/tree-data-ref.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 2be0ad1..5a52d26 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -1398,6 +1398,7 @@ free_subscripts (VEC (subscript_p, heap) *subscripts)      {        free_conflict_function (s->conflicting_iterations_in_a);        free_conflict_function (s->conflicting_iterations_in_b); +      free (s);      }    VEC_free (subscript_p, heap, subscripts);  }  | 
