The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c/util: Fix double free when failing to import non-Vulkan swapchain

-1
-1
src/xrt/compositor/util/comp_swapchain.c
··· 582 582 xrt_result_t res = do_post_create_vulkan_setup(vk, info, sc); 583 583 if (res != XRT_SUCCESS) { 584 584 vk_ic_destroy(vk, &sc->vkic); 585 - free(sc); 586 585 return res; 587 586 } 588 587