diff options
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index e6a38bf9a45e..c7ad2352227a 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -3853,6 +3853,8 @@ void kvm_arch_destroy_vm(struct kvm *kvm) | |||
3853 | kfree(kvm->arch.vioapic); | 3853 | kfree(kvm->arch.vioapic); |
3854 | kvm_free_vcpus(kvm); | 3854 | kvm_free_vcpus(kvm); |
3855 | kvm_free_physmem(kvm); | 3855 | kvm_free_physmem(kvm); |
3856 | if (kvm->arch.apic_access_page) | ||
3857 | put_page(kvm->arch.apic_access_page); | ||
3856 | kfree(kvm); | 3858 | kfree(kvm); |
3857 | } | 3859 | } |
3858 | 3860 | ||