Commit 296d83b2 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Plug leak

Not doing anything for the -C case, since even FREE_OBJ was omitted. Do
we care since varnishd immediately exits once -C is done?

Refs #2232
parent 88d1d1dc
......@@ -765,6 +765,7 @@ main(int argc, char * const *argv)
VTAILQ_EMPTY(&f_args) ? "boot" : NULL,
fa->farg, 0);
cli_check(cli);
free(fa->farg);
free(fa->src);
FREE_OBJ(fa);
}
......
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