diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-01 03:25:13 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-01 03:25:13 +0100 |
commit | 691028a1c0528158e8a8ec04631b26b46caa3804 (patch) | |
tree | a9fd4eabd25976fbce711e12da9496b41cdd5f06 /filter/jpxd.c | |
parent | 082f865c4e16e525076a86df5da2a1b03da293bb (diff) | |
download | mupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz |
great free -> drop renaming
Diffstat (limited to 'filter/jpxd.c')
-rw-r--r-- | filter/jpxd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/jpxd.c b/filter/jpxd.c index 26ec743b..2aa93448 100644 --- a/filter/jpxd.c +++ b/filter/jpxd.c @@ -60,12 +60,11 @@ fz_newjpxd(fz_filter **fp, fz_obj *params) } void -fz_freejpxd(fz_filter *filter) +fz_dropjpxd(fz_filter *filter) { fz_jpxd *d = (fz_jpxd*)filter; if (d->stream) jas_stream_close(d->stream); if (d->image) jas_image_destroy(d->image); - fz_free(d); } fz_error * |