mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 05:18:03 +00:00
t/common: Use cJSON_Delete instead of cJSON_Free in SimulaVR
This commit is contained in:
parent
e1fbb5b619
commit
714925e1b8
|
@ -128,7 +128,7 @@ end:
|
|||
|
||||
|
||||
|
||||
cJSON_free(config_json);
|
||||
cJSON_Delete(config_json);
|
||||
|
||||
return good;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue