From b4791df348d428ff559b35cb491ca5a161839ea3 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 22 Nov 2018 23:19:09 +0100 Subject: [PATCH] start: don't call cgroup_exit() twice Signed-off-by: Christian Brauner --- src/lxc/start.c | 1 - 1 file changed, 1 deletion(-) 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. -- 2.47.3