vulkan-renderer: drop fb get from create_renderbuffers

This is not required and creates a refcount imbalance,
causing a memory leak at drm-backend teardown.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
This commit is contained in:
Erico Nunes 2025-09-19 15:15:07 +02:00 committed by Robert Mader
parent 41823d237b
commit b0c99998ef

View file

@ -665,8 +665,6 @@ create_renderbuffers(struct gbm_device *gbm, struct drm_output *output, unsigned
return;
}
drm_fb_get_from_dmabuf_attributes(dmabuf->attributes, device, true, false, NULL);
output->linux_dmabuf_memory[i] = dmabuf;
}
}