Skip to content

Commit

Permalink
Merge pull request #2735 from brauner/lxc/stable-3.0
Browse files Browse the repository at this point in the history
start: don't call cgroup_exit() twice
  • Loading branch information
stgraber committed Nov 22, 2018
2 parents 34fcc38 + b4791df commit 78a2a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lxc/start.c
Expand Up @@ -988,7 +988,6 @@ void lxc_fini(const char *name, struct lxc_handler *handler)
free(namespaces[namespace_count]);

cgroup_ops->destroy(cgroup_ops, handler);
cgroup_exit(cgroup_ops);

if (handler->conf->reboot == REBOOT_NONE) {
/* For all new state clients simply close the command socket.
Expand Down

0 comments on commit 78a2a5b

Please sign in to comment.