From d04463678ff896cdc7d3f00ef1abe814a2e0e7f7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 18 Nov 2012 01:25:08 +0000 Subject: Free some option_defs git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1767 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- analyzer/pgmhist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'analyzer') 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); } -- cgit 1.4.1