diff --git a/src/intel/vulkan/anv_image.c b/src/intel/vulkan/anv_image.c index 487ff275940..c8ebdce0b4e 100644 --- a/src/intel/vulkan/anv_image.c +++ b/src/intel/vulkan/anv_image.c @@ -577,6 +577,7 @@ static void anv_image_bind_memory_plane(struct anv_device *device, if (!memory) { image->planes[plane].bo = NULL; image->planes[plane].bo_offset = 0; + return; } image->planes[plane].bo = memory->bo;