about summary refs log tree commit diff
path: root/lib/pgm.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/pgm.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/pgm.h')
-rw-r--r--lib/pgm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pgm.h b/lib/pgm.h
index a3fd8565..fd960b5b 100644
--- a/lib/pgm.h
+++ b/lib/pgm.h
@@ -69,7 +69,7 @@ pgm_init(int *   const argcP,
 gray *
 pgm_allocrow(unsigned int const cols);
 
-#define pgm_freerow(grayrow) free(grayrow)
+#define pgm_freerow(grayrow) pm_freerow(grayrow)
 
 #define pgm_allocarray( cols, rows ) \
   ((gray**) pm_allocarray( cols, rows, sizeof(gray) ))