wlroots-hyprland/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 render/vulkan: use renamed glslang binary by default 2023-07-27 16:06:49 +08:00
pass.c render/vulkan: fix possible double free 2024-01-17 15:44:37 +00:00
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 render/vulkan: drop unused vulkan_has_extension() 2023-05-26 12:25:53 +00:00
vulkan.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00