summaryrefslogtreecommitdiff
path: root/filter/faxe.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 /filter/faxe.c
parent082f865c4e16e525076a86df5da2a1b03da293bb (diff)
downloadmupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz
great free -> drop renaming
Diffstat (limited to 'filter/faxe.c')
-rw-r--r--filter/faxe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/faxe.c b/filter/faxe.c
index 20e776dd..ccede1a1 100644
--- a/filter/faxe.c
+++ b/filter/faxe.c
@@ -95,12 +95,11 @@ fz_newfaxe(fz_filter **fp, fz_obj *params)
}
void
-fz_freefaxe(fz_filter *p)
+fz_dropfaxe(fz_filter *p)
{
fz_faxe *fax = (fz_faxe*) p;
fz_free(fax->src);
fz_free(fax->ref);
- fz_free(fax);
}
enum { codebytes = 2 };