]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cgroup: Fix possible memory leak in virCgroupMakeGroup
authorRyota Ozaki <ozaki.ryota@gmail.com>
Mon, 3 May 2010 19:04:51 +0000 (04:04 +0900)
committerEric Blake <eblake@redhat.com>
Mon, 3 May 2010 21:01:12 +0000 (15:01 -0600)
commitc4157e52724015037733c8a78a379d4e24648073
tree5f8f5c9c908df44321ee8ed9efb2180597fcba9d
parentb9c4db0d70c0d95cfffe6b308552d5958e479258
cgroup: Fix possible memory leak in virCgroupMakeGroup

* src/util/cgroup.c: free temporal path string before breaking loop
src/util/cgroup.c