Commit 8db55a6d by bartekplus Committed by Stéphane Graber

Free lxc configuration structure

parent 2a3628f5
......@@ -140,6 +140,9 @@ int main(int argc, char *argv[])
return 1;
ret = lxc_execute(my_args.name, my_args.argv, my_args.quiet, conf, my_args.lxcpath[0]);
lxc_conf_free(conf);
if (ret < 0)
return 1;
return ret;
......
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