diff options
Diffstat (limited to 'base/hash.c')
-rw-r--r-- | base/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/hash.c b/base/hash.c index 962b92e1..c6d811c2 100644 --- a/base/hash.c +++ b/base/hash.c @@ -92,7 +92,7 @@ fz_hashgetval(fz_hashtable *table, int idx) } void -fz_freehash(fz_hashtable *table) +fz_drophash(fz_hashtable *table) { fz_free(table->ents); fz_free(table); |