about summary refs log tree commit diff
path: root/lib/pnm.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-09-29 06:18:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-09-29 06:18:58 +0000
commited10a2d0bc255264f111947bbe116ad2dcf9a3a8 (patch)
tree3402b3a0a3bd8f61bbc65481d54362eb87d2b3ca /lib/pnm.h
parentd269c91a5b973b9d34c30bf252fffa6b5fcd98ef (diff)
downloadnetpbm-mirror-ed10a2d0bc255264f111947bbe116ad2dcf9a3a8.tar.gz
netpbm-mirror-ed10a2d0bc255264f111947bbe116ad2dcf9a3a8.tar.xz
netpbm-mirror-ed10a2d0bc255264f111947bbe116ad2dcf9a3a8.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@419 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/pnm.h')
-rw-r--r--lib/pnm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pnm.h b/lib/pnm.h
index 90c03507..93660d91 100644
--- a/lib/pnm.h
+++ b/lib/pnm.h
@@ -37,7 +37,7 @@ pnm_nextimage(FILE *file, int * const eofP);
 xel *
 pnm_allocrow(unsigned int const cols);
 
-#define pnm_freerow(xelrow) free(xelrow)
+#define pnm_freerow(xelrow) pm_freerow(xelrow)
 
 #define pnm_allocarray( cols, rows ) \
   ((xel**) pm_allocarray( cols, rows, sizeof(xel) ))