MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cJSON_free

Function cJSON_free

TheForceEngine/TFE_System/cJSON.c:3126–3129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3124}
3125
3126CJSON_PUBLIC(void) cJSON_free(void *object)
3127{
3128 global_hooks.deallocate(object);
3129}

Callers 2

cJSON_SetValuestringFunction · 0.85
replace_item_in_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected