-
- Downloads
graphics: Silence a compiler warning for a possible NULL dereference
vulkan_layer_dup() can return NULL if self is not a valid SrtVulkanLayer
(which would be undefined behaviour, and in fact we already checked
for that situation, but gcc 8 can't tell that). This results in a build
failure on Debian 10.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Loading
Please register or sign in to comment