mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/vulkan: free render format setups on destroy
This commit is contained in:
parent
e20ae113f8
commit
073c3e8837
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ static void destroy_render_format_setup(struct wlr_vk_renderer *renderer,
|
|||
vkDestroyPipeline(dev, pipeline->vk, NULL);
|
||||
free(pipeline);
|
||||
}
|
||||
|
||||
free(setup);
|
||||
}
|
||||
|
||||
static void shared_buffer_destroy(struct wlr_vk_renderer *r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue