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 /test/pdffunction.c | |
parent | 082f865c4e16e525076a86df5da2a1b03da293bb (diff) | |
download | mupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz |
great free -> drop renaming
Diffstat (limited to 'test/pdffunction.c')
-rw-r--r-- | test/pdffunction.c | 2 |
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); } } |