MCPcopy Index your code
hub / github.com/antirez/botlib / cJSON_free

Function cJSON_free

cJSON.c:3107–3110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3105}
3106
3107CJSON_PUBLIC(void) cJSON_free(void *object)
3108{
3109 global_hooks.deallocate(object);
3110}

Callers 2

cJSON_SetValuestringFunction · 0.85
replace_item_in_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected