The open source OpenXR runtime
0
fork

Configure Feed

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

t/common: Use cJSON_Delete instead of cJSON_Free in SimulaVR

authored by

Moses Turner and committed by
Jakob Bornecrantz
714925e1 e1fbb5b6

+1 -1
+1 -1
src/xrt/targets/common/target_builder_simulavr.c
··· 128 128 129 129 130 130 131 - cJSON_free(config_json); 131 + cJSON_Delete(config_json); 132 132 133 133 return good; 134 134 }