summaryrefslogtreecommitdiff
path: root/draw/glyphcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw/glyphcache.c')
-rw-r--r--draw/glyphcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/glyphcache.c b/draw/glyphcache.c
index 0f8abf75..e98373d9 100644
--- a/draw/glyphcache.c
+++ b/draw/glyphcache.c
@@ -59,7 +59,7 @@ void
fz_freeglyphcache(fz_glyphcache *cache)
{
fz_evictglyphcache(cache);
- fz_drophash(cache->hash);
+ fz_freehash(cache->hash);
fz_free(cache);
}