summaryrefslogtreecommitdiff
path: root/tree/font.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-01 03:25:13 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-01 03:25:13 +0100
commit691028a1c0528158e8a8ec04631b26b46caa3804 (patch)
treea9fd4eabd25976fbce711e12da9496b41cdd5f06 /tree/font.c
parent082f865c4e16e525076a86df5da2a1b03da293bb (diff)
downloadmupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz
great free -> drop renaming
Diffstat (limited to 'tree/font.c')
-rw-r--r--tree/font.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tree/font.c b/tree/font.c
index 58c194ae..28045f5d 100644
--- a/tree/font.c
+++ b/tree/font.c
@@ -217,10 +217,10 @@ notfound:
}
void
-fz_freefont(fz_font *font)
+fz_dropfont(fz_font *font)
{
- if (font->free)
- font->free(font);
+ if (font->drop)
+ font->drop(font);
fz_free(font->hmtx);
fz_free(font->vmtx);
fz_free(font);