]> git.ipfire.org Git - thirdparty/lxc.git/commit
Fix memory leak in cgroup_exit
authorLiFeng <lifeng68@huawei.com>
Thu, 17 Jan 2019 10:48:16 +0000 (05:48 -0500)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 10 Apr 2019 16:40:08 +0000 (18:40 +0200)
commit8dec2437c3251acd6d1cac830df18aa33922fe54
tree42236e06bf992721c092d37a232dab92cdea8c4e
parent266892a9450725635fb28f420bfa11eb2eab745d
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