mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 11:44:48 +00:00
Free lxc configuration structure
Signed-off-by: Bartosz Tomczyk <bartekplus@gmail.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
8255688a65
commit
0d6b9aea63
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user