Re: [libvirt] [PATCH] conf: fix leak in virDomainVcpuPinAdd

2013-01-16 Thread Ján Tomko
On 01/15/13 17:31, Laine Stump wrote: On 01/15/2013 09:48 AM, Ján Tomko wrote: Fix the leak of vcpupin on failure to allocate cpumask and the leak of cpumask if we fail to expand vcpupin_list. ACK. Thanks, both pushed now. -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] [PATCH] conf: fix leak in virDomainVcpuPinAdd

2013-01-16 Thread John Ferlan
On 01/15/2013 09:48 AM, Ján Tomko wrote: 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 | 25 - 1 files changed, 12 insertions(+), 13 deletions(-) diff --git

[libvirt] [PATCH] conf: fix leak in virDomainVcpuPinAdd

2013-01-15 Thread Ján Tomko
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 | 25 - 1 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index

Re: [libvirt] [PATCH] conf: fix leak in virDomainVcpuPinAdd

2013-01-15 Thread Laine Stump
On 01/15/2013 09:48 AM, Ján Tomko wrote: Fix the leak of vcpupin on failure to allocate cpumask and the leak of cpumask if we fail to expand vcpupin_list. ACK. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list