summaryrefslogtreecommitdiff
path: root/tree/cmap.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/cmap.c
parent082f865c4e16e525076a86df5da2a1b03da293bb (diff)
downloadmupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz
great free -> drop renaming
Diffstat (limited to 'tree/cmap.c')
-rw-r--r--tree/cmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tree/cmap.c b/tree/cmap.c
index 21b08274..d44ac117 100644
--- a/tree/cmap.c
+++ b/tree/cmap.c
@@ -66,10 +66,10 @@ fz_newcmap(fz_cmap **cmapp)
}
void
-fz_freecmap(fz_cmap *cmap)
+fz_dropcmap(fz_cmap *cmap)
{
if (cmap->usecmap)
- fz_freecmap(cmap->usecmap);
+ fz_dropcmap(cmap->usecmap);
fz_free(cmap->ranges);
fz_free(cmap->lookup);
fz_free(cmap);