From 4dc9c657ada5a959b3c2d1ef290c463248139925 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 4 Feb 2013 21:43:52 +0000 Subject: [PATCH] Memory leak. --- src/option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/option.c b/src/option.c index 18be327..6e5a181 100644 --- a/src/option.c +++ b/src/option.c @@ -2636,6 +2636,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma else { new->set = NULL; + free(newtag); break; } }