Page MenuHomeFreeBSD

D37649.diff
No OneTemporary

D37649.diff

diff --git a/sys/amd64/vmm/vmm.c b/sys/amd64/vmm/vmm.c
--- a/sys/amd64/vmm/vmm.c
+++ b/sys/amd64/vmm/vmm.c
@@ -341,6 +341,7 @@
vmm_stat_free(vcpu->stats);
fpu_save_area_free(vcpu->guestfpu);
vcpu_lock_destroy(vcpu);
+ free(vcpu, M_VM);
}
}

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 30, 6:53 AM (10 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13173051
Default Alt Text
D37649.diff (257 B)

Event Timeline