cgroups: free correct path

parent 4e771848
...@@ -96,7 +96,7 @@ void cgroup_exit(struct cgroup_ops *ops) ...@@ -96,7 +96,7 @@ void cgroup_exit(struct cgroup_ops *ops)
free((*it)->container_full_path); free((*it)->container_full_path);
if ((*it)->container_full_path != (*it)->container_limit_path) if ((*it)->container_full_path != (*it)->container_limit_path)
free((*it)->monitor_full_path); free((*it)->container_limit_path);
} }
{ {
......
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