The open source OpenXR runtime
0
fork

Configure Feed

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

d/steamvr_lh: Fix double free in builder

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2387>

-2
-2
src/xrt/targets/common/target_builder_steamvr.c
··· 132 132 133 133 if (result != XRT_SUCCESS) { 134 134 SVR_ERROR("Unable to create devices"); 135 - steamvr_destroy(xb); 136 135 return result; 137 136 } 138 137 ··· 141 140 142 141 if (xsysd->static_roles.head == NULL) { 143 142 SVR_ERROR("Unable to find HMD"); 144 - steamvr_destroy(xb); 145 143 return XRT_ERROR_DEVICE_CREATION_FAILED; 146 144 } 147 145