]> git.ipfire.org Git - thirdparty/lxc.git/commit
Fix memory leak in cgroup_exit 2789/head
authorLiFeng <lifeng68@huawei.com>
Thu, 17 Jan 2019 10:48:16 +0000 (05:48 -0500)
committerLiFeng <lifeng68@huawei.com>
Thu, 17 Jan 2019 10:49:06 +0000 (05:49 -0500)
commit96a03c1f372a145bf170f38f903edadce7534ced
tree4bb702dd4896b4f39fae546c4f96e7aea4df4551
parent575ea46728b10bdb1724b05b517beceb13eff567
Fix memory leak in cgroup_exit

Add free memory pointed by struct cgroup_ops *ops

Signed-off-by: LiFeng <lifeng68@huawei.com>
src/lxc/cgroups/cgroup.c