The open source OpenXR runtime
0
fork

Configure Feed

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

ipc/server: Properly return ERROR_ALLOCATION in space_locate_spaces

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

+1
+1
src/xrt/ipc/server/ipc_server_handler.c
··· 652 652 // only after sending the allocation result can we skip to the end in the allocation error case 653 653 if (space_ids == NULL) { 654 654 IPC_ERROR(s, "Failed to allocate space for receiving spaces ids"); 655 + xret = XRT_ERROR_ALLOCATION; 655 656 goto out_locate_spaces; 656 657 } 657 658