From: Christian Brauner Date: Thu, 22 Nov 2018 22:19:09 +0000 (+0100) Subject: start: don't call cgroup_exit() twice X-Git-Tag: lxc-3.0.3~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2735%2Fhead;p=thirdparty%2Flxc.git start: don't call cgroup_exit() twice Signed-off-by: Christian Brauner --- diff --git a/src/lxc/start.c b/src/lxc/start.c index c094642ad..72e2de271 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -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.