From 691028a1c0528158e8a8ec04631b26b46caa3804 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 1 Nov 2004 03:25:13 +0100 Subject: great free -> drop renaming --- tree/font.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tree/font.c') 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); -- cgit v1.2.3