diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 3578f85..a135cad 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -420,6 +420,7 @@ local_alloc () free (qty_phys_copy_sugg); free (qty_phys_num_copy_sugg); free (qty_phys_sugg); + free (qty_phys_num_sugg); free (qty_birth); free (qty_death); free (qty_first_reg); |