KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
authorWei Yongjun <yjwei@cn.fujitsu.com>
Fri, 22 Jan 2010 06:21:29 +0000 (14:21 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Jan 2010 23:02:48 +0000 (15:02 -0800)
commit9801911326462a332d83eb508f1120bd45178426
tree5813ab28a6005f7aab52fd7060cad20290d38448
parent8e5c20d09b0003c91a96e35f7117633eefe2545a
KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()

commit 443c39bc9ef7d8f648408d74c97e943f3bb3f48a upstream.

In function kvm_arch_vcpu_init(), if the memory malloc for
vcpu->arch.mce_banks is fail, it does not free the memory
of lapic date. This patch fixed it.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kvm/x86.c