about summary refs log tree commit diff
path: root/analyzer/pgmhist.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-18 01:25:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-18 01:25:08 +0000
commitd04463678ff896cdc7d3f00ef1abe814a2e0e7f7 (patch)
treeefb5a621f75e4044b425b2da73d9383b56fae35d /analyzer/pgmhist.c
parent9a0744e647e1914752bc2449089d4affac9d6972 (diff)
downloadnetpbm-mirror-d04463678ff896cdc7d3f00ef1abe814a2e0e7f7.tar.gz
netpbm-mirror-d04463678ff896cdc7d3f00ef1abe814a2e0e7f7.tar.xz
netpbm-mirror-d04463678ff896cdc7d3f00ef1abe814a2e0e7f7.zip
Free some option_defs
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1767 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'analyzer/pgmhist.c')
-rw-r--r--analyzer/pgmhist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/analyzer/pgmhist.c b/analyzer/pgmhist.c
index fc55b1a7..032f9ecc 100644
--- a/analyzer/pgmhist.c
+++ b/analyzer/pgmhist.c
@@ -60,6 +60,8 @@ parseCommandLine(int argc, const char ** argv,
                  "specified %d", argc-1);
     else
         cmdlineP->inputFileName = argv[1];
+
+    free(option_def);
 }