Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107287180
D37649.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
257 B
Referenced Files
None
Subscribers
None
D37649.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 13, 12:38 AM (20 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15774268
Default Alt Text
D37649.diff (257 B)
Attached To
Mode
D37649: vmm: Free vCPUs when destroying them.
Attached
Detach File
Event Timeline
Log In to Comment