about summary refs log tree commit diff
path: root/other/pambayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pambayer.c')
-rw-r--r--other/pambayer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/other/pambayer.c b/other/pambayer.c
index a0b2df1e..703f208e 100644
--- a/other/pambayer.c
+++ b/other/pambayer.c
@@ -81,6 +81,8 @@ parseCommandLine(int argc, const char ** argv,
     pm_optParseOptions3(&argc, (char **)argv, opt, sizeof(opt), 0);
         /* Uses and sets argc, argv, and some of *cmdlineP and others. */
 
+    free(option_def);
+
     if (argc-1 < 1)
         cmdlineP->inputFilespec = "-";
     else if (argc-1 > 1)