mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
remove_userspace_mapping tears down the KVM mapping but never returns the slot id to the allocator's free list. Call `free_memory_slot` to avoid the leak. Signed-off-by: Dylan Reid <dgreid@fb.com>