The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: destroy system when destroying instance

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

authored by

Simon Zeni and committed by
Rylie Pavlik
b51ddbac 6af7ad99

+1
+1
src/xrt/state_trackers/oxr/oxr_instance.c
··· 92 92 xrt_space_overseer_destroy(&inst->system.xso); 93 93 os_mutex_destroy(&inst->system.sync_actions_mutex); 94 94 xrt_system_devices_destroy(&inst->system.xsysd); 95 + xrt_system_destroy(&inst->system.xsys); 95 96 96 97 #ifdef XRT_FEATURE_CLIENT_DEBUG_GUI 97 98 u_debug_gui_stop(&inst->debug_ui);