t/common: Use cJSON_Delete instead of cJSON_Free in SimulaVR

This commit is contained in:
Moses Turner 2022-09-19 17:58:49 -05:00 committed by Jakob Bornecrantz
parent e1fbb5b619
commit 714925e1b8

View file

@ -128,7 +128,7 @@ end:
cJSON_free(config_json);
cJSON_Delete(config_json);
return good;
}