From ed10a2d0bc255264f111947bbe116ad2dcf9a3a8 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 29 Sep 2007 06:18:58 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@419 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pnm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pnm.h') 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) )) -- cgit 1.4.1