>> -fail_image: >> - anv_DestroyImage(vk_device, vk_image, pAllocator); >> + chain->base.image_fns->free_wsi_image(vk_device, pAllocator, >> + image->image, image->memory); > > Coverity points out that this code is unreachable. Should it be > removed, now that fail_mem and fail_image are gone?
Just got a patch from Eric Engestrom to fix it. Thanks. Dave. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev