diff --git a/src/virtio/vulkan/vn_device.c b/src/virtio/vulkan/vn_device.c index 60bb0ad406b..c5cace68ea6 100644 --- a/src/virtio/vulkan/vn_device.c +++ b/src/virtio/vulkan/vn_device.c @@ -603,6 +603,8 @@ vn_DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) vn_device_queue_family_fini(dev); + vn_device_memory_report_fini(dev); + /* We must emit vkDestroyDevice before freeing dev->queues. Otherwise, * another thread might reuse their object ids while they still refer to * the queues in the renderer.