MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSON_free

Function cJSON_free

cpworker/src/cJSON/cJSON.c:3139–3143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3137}
3138
3139CJSON_PUBLIC(void) cJSON_free(void *object)
3140{
3141 global_hooks.deallocate(object);
3142 object = NULL;
3143}

Callers 8

detach_pathFunction · 0.85
overwrite_itemFunction · 0.85
apply_patchFunction · 0.85
compose_patchFunction · 0.85
create_patchesFunction · 0.85
cJSON_SetValuestringFunction · 0.85
replace_item_in_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected