about summary refs log tree commit diff
path: root/analyzer
diff options
context:
space:
mode:
Diffstat (limited to 'analyzer')
-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);
 }