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 4, 2014
1 parent 2a3628f commit 8db55a6
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 8db55a6

Please sign in to comment.