summaryrefslogtreecommitdiff
path: root/render/pixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/pixmap.c')
-rw-r--r--render/pixmap.c2
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);