summaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorWei Yongjun <yjwei@cn.fujitsu.com>2010-01-22 14:18:47 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-01-28 15:02:47 -0800
commit8e5c20d09b0003c91a96e35f7117633eefe2545a (patch)
treea3285834e374317d1e7536e49b50df3abcae3da2 /virt
parent0118bac21740345d8b4754da24f6ce1aab4a91bf (diff)
KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
commit 36cb93fd6b6bf7e9163a69a8bf20207aed5fea44 upstream. vcpu->arch.mce_banks is malloc in kvm_arch_vcpu_init(), but never free in any place, this may cause memory leak. So this patch fixed to free it in kvm_arch_vcpu_uninit(). 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>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions