wlroots/render/vulkan
Kenny Levinsen 4d68d3759b render/vulkan: Avoid double-free on calloc error
In query_modifier_support, the calloc for either or both of render_mods
and texture_mods may fail, in which case both are freed for convenience.
However, if one is non-NULL, vulkan_format_props_finish will try to free
it again.

NULL them to avoid double-free.
2024-02-22 23:07:58 +01:00
..
shaders render/vulkan: correct sRBG gamma expansion in shader 2024-01-26 13:50:55 +00:00
meson.build
pass.c
pixel_format.c render/vulkan: Avoid double-free on calloc error 2024-02-22 23:07:58 +01:00
renderer.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00
texture.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00
util.c
vulkan.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00