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 /render/pixmap.c | |
parent | 082f865c4e16e525076a86df5da2a1b03da293bb (diff) | |
download | mupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz |
great free -> drop renaming
Diffstat (limited to 'render/pixmap.c')
-rw-r--r-- | render/pixmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/pixmap.c b/render/pixmap.c index acb1d1d2..634fe8f6 100644 --- a/render/pixmap.c +++ b/render/pixmap.c @@ -27,7 +27,7 @@ fz_newpixmap(fz_pixmap **pixp, int x, int y, int w, int h, int n) } void -fz_freepixmap(fz_pixmap *pix) +fz_droppixmap(fz_pixmap *pix) { fz_free(pix->samples); fz_free(pix); |