The open source OpenXR runtime
0
fork

Configure Feed

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

d/steamvr_lh: Make sure the context is release on exit

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

authored by

Yuxuan Shui and committed by
Marge Bot
8c37ca01 dbd0098d

+1
+1
src/xrt/drivers/steamvr_lh/steamvr_lh.cpp
··· 734 734 destroy(struct xrt_system_devices *xsysd) 735 735 { 736 736 u_system_devices_close(xsysd); 737 + svrs->ctx.reset(); 737 738 free(svrs); 738 739 } 739 740