The open source OpenXR runtime

ipc: fix teardown of a client w/o system

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

authored by

Andrei Aristarkhov and committed by
Jakob Bornecrantz
2eefb0a3 857d7f0e

+1
+1
src/xrt/ipc/server/ipc_server_process.c
··· 970 970 U_ZERO((struct ipc_client_state *)ics); 971 971 972 972 // Set state. 973 + ics->local_space_overseer_index = UINT32_MAX; 973 974 ics->client_state.id = id; 974 975 ics->imc.ipc_handle = ipc_handle; 975 976 ics->server = vs;