]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virCgroupNewPartition: Don't leak @newpath
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Jul 2013 07:42:11 +0000 (09:42 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Jul 2013 07:42:11 +0000 (09:42 +0200)
commitbc132221853f73a8b4c6c6f13dbfc579ae8dc2a7
tree417b0db44fddab4d64ed26ed2d1da43b1658c2e7
parent36bac65d8a1debe578985569ecaabb62ca8bc063
virCgroupNewPartition: Don't leak @newpath

The @newpath variable is allocated in virCgroupSetPartitionSuffix(). But
it's newer freed.
src/util/vircgroup.c