diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 3069656efb6..8b580e084ff 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -1353,6 +1353,9 @@ void anv_DestroyDevice( if (!device) return; + if (anv_needs_printf_buffer()) + vk_check_printf_status(&device->vk, &device->printf); + anv_memory_trace_finish(device); struct anv_physical_device *pdevice = device->physical;