diff --git a/src/nouveau/vulkan/nvk_sampler.c b/src/nouveau/vulkan/nvk_sampler.c index b192c98bd13..de7d23eff63 100644 --- a/src/nouveau/vulkan/nvk_sampler.c +++ b/src/nouveau/vulkan/nvk_sampler.c @@ -296,5 +296,6 @@ nvk_DestroySampler(VkDevice _device, if (!sampler) return; + nvk_descriptor_table_free(device, &device->samplers, sampler->desc_index); vk_object_free(&device->vk, pAllocator, sampler); }