]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix leak of usbDevice struct when initializing cgroups
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Feb 2013 15:14:46 +0000 (15:14 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Feb 2013 19:22:25 +0000 (19:22 +0000)
commit3e86e8f327351b06d2fb3c431d9eafa7b8be6bed
treee5e3d59484f125049c01df5afda8d4428c07d1e8
parent202535601cfe526f0046968d8b078ba69f9a5e11
Fix leak of usbDevice struct when initializing cgroups

When iterating over USB host devices to setup cgroups, the
usbDevice object was leaked in both LXC and QEMU driers

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_cgroup.c
src/qemu/qemu_cgroup.c