]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: fix leak in virDomainVcpuPinAdd
authorJán Tomko <jtomko@redhat.com>
Tue, 15 Jan 2013 14:43:08 +0000 (15:43 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 16 Jan 2013 16:51:14 +0000 (17:51 +0100)
commit65aa3e3414262f1273d584cf46c7d279b2103e22
tree6c1cb877ea6914f5a52cb99a5e13a82da88b8beb
parenta69d7a00c4d76e1264574289a8678bfb4cb12ab1
conf: fix leak in virDomainVcpuPinAdd

Fix the leak of vcpupin on failure to allocate cpumask and the leak of
cpumask if we fail to expand vcpupin_list.
src/conf/domain_conf.c