about summary refs log tree commit diff
path: root/converter/other/pamtoxvmini.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-02-21 21:37:28 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-02-21 21:37:28 +0000
commitf2ff7fc0202fad727ec2fea4bc628205130dd86d (patch)
treed15069ec9dc556238e53f96be66989144b8beaca /converter/other/pamtoxvmini.c
parentab5f21f1db9de389b71d3326e5f7bb39ddaab34a (diff)
downloadnetpbm-mirror-f2ff7fc0202fad727ec2fea4bc628205130dd86d.tar.gz
netpbm-mirror-f2ff7fc0202fad727ec2fea4bc628205130dd86d.tar.xz
netpbm-mirror-f2ff7fc0202fad727ec2fea4bc628205130dd86d.zip
Release 10.35.23
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@231 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtoxvmini.c')
-rw-r--r--converter/other/pamtoxvmini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtoxvmini.c b/converter/other/pamtoxvmini.c
index dc56e912..449b3c99 100644
--- a/converter/other/pamtoxvmini.c
+++ b/converter/other/pamtoxvmini.c
@@ -212,7 +212,7 @@ writeXvRaster(struct pam * const pamP,
     }
 
     pm_freerow((char*)xvrow);
-    pnm_freepamrow(pamP);
+    pnm_freepamrow(tuplerow);
 
     pnm_destroytuplehash(paletteHash);
 }