diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 70febb2e7c5..583930ea701 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -3692,6 +3692,8 @@ void anv_DestroyDevice( anv_queue_finish(&device->queues[i]); vk_free(&device->vk.alloc, device->queues); + ralloc_free(device->fp64_nir); + anv_device_destroy_context_or_vm(device); if (INTEL_DEBUG(DEBUG_BATCH | DEBUG_BATCH_STATS)) {