Skip to content

Commit

Permalink
Free lxc configuration structure
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Tomczyk <bartekplus@gmail.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
bartekplus authored and stgraber committed Jun 3, 2014
1 parent 8255688 commit 0d6b9ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lxc/lxc_execute.c
Expand Up @@ -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;
Expand Down

0 comments on commit 0d6b9ae

Please sign in to comment.