diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 9e15ab48f03..def51715f43 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -73,7 +73,7 @@ _cpp_destroy_hashtable (pfile) { if (pfile->our_hashtable) { - free (pfile->hash_table); + ht_destroy (pfile->hash_table); obstack_free (&pfile->hash_ob, 0); } } |