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
Sun, Feb 16, 3:00 PM (3 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16675146
Default Alt Text
D37649.diff (257 B)

Event Timeline