Commit 4dc9c657 authored by Simon Kelley's avatar Simon Kelley

Memory leak.

parent 39595cfe
...@@ -2636,6 +2636,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma ...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment