summaryrefslogtreecommitdiff
path: root/test/pdffunction.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 /test/pdffunction.c
parent082f865c4e16e525076a86df5da2a1b03da293bb (diff)
downloadmupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz
great free -> drop renaming
Diffstat (limited to 'test/pdffunction.c')
-rw-r--r--test/pdffunction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pdffunction.c b/test/pdffunction.c
index c67e60d7..20dabf1e 100644
--- a/test/pdffunction.c
+++ b/test/pdffunction.c
@@ -243,7 +243,7 @@ int main(int argc, char **argv)
fprintf(stderr, "output[%d] : %f\n", i, out[i]);
fz_dropobj(funcobj);
- pdf_freefunction(func);
+ pdf_dropfunction(func);
}
}