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 /tree/path.c | |
parent | 082f865c4e16e525076a86df5da2a1b03da293bb (diff) | |
download | mupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz |
great free -> drop renaming
Diffstat (limited to 'tree/path.c')
-rw-r--r-- | tree/path.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tree/path.c b/tree/path.c index 268e5dae..74e29a59 100644 --- a/tree/path.c +++ b/tree/path.c @@ -55,7 +55,7 @@ fz_clonepath(fz_pathnode **pathp, fz_pathnode *oldpath) } void -fz_freepathnode(fz_pathnode *node) +fz_droppathnode(fz_pathnode *node) { fz_free(node->dash); fz_free(node->els); @@ -294,7 +294,7 @@ fz_newdash(fz_dash **dashp, float phase, int len, float *array) } void -fz_freedash(fz_dash *dash) +fz_dropdash(fz_dash *dash) { fz_free(dash); } |