Commit eb60b564 by Ruben Jenster

Add missing free for monitor_pivot_dir.

parent 9f39b9e2
......@@ -3848,6 +3848,7 @@ void lxc_conf_free(struct lxc_conf *conf)
lxc_clear_namespace(conf);
free(conf->cgroup_meta.dir);
free(conf->cgroup_meta.monitor_dir);
free(conf->cgroup_meta.monitor_pivot_dir);
free(conf->cgroup_meta.container_dir);
free(conf->cgroup_meta.namespace_dir);
free(conf->cgroup_meta.controllers);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment