Memory leak.

This commit is contained in:
Simon Kelley
2013-02-04 21:43:52 +00:00
parent 39595cfe31
commit 4dc9c657ad

View File

@@ -2636,6 +2636,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
else else
{ {
new->set = NULL; new->set = NULL;
free(newtag);
break; break;
} }
} }