about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/frame.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-12-24 00:18:36 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-12-24 00:18:36 +0000
commit1c19660f1cdb62646f324615d4842a46c7681303 (patch)
tree505de86a848ad4fc6486e743b31a41861bda5b61 /converter/ppm/ppmtompeg/frame.c
parent7252cf16ee0ef58bc89c29e103760b5ca85e995d (diff)
downloadnetpbm-mirror-1c19660f1cdb62646f324615d4842a46c7681303.tar.gz
netpbm-mirror-1c19660f1cdb62646f324615d4842a46c7681303.tar.xz
netpbm-mirror-1c19660f1cdb62646f324615d4842a46c7681303.zip
Release 11.00.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@4483 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/ppmtompeg/frame.c')
-rw-r--r--converter/ppm/ppmtompeg/frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/ppm/ppmtompeg/frame.c b/converter/ppm/ppmtompeg/frame.c
index f91f2cc6..f5a0d39d 100644
--- a/converter/ppm/ppmtompeg/frame.c
+++ b/converter/ppm/ppmtompeg/frame.c
@@ -842,5 +842,4 @@ Frame_Resize(MpegFrame * const omf,
                 exit(1);
 
     free(frameAP);
-    free(mf);
 }