MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / cJSON_free

Function cJSON_free

external/cJSON/cJSON.c:3202–3206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3200}
3201
3202CJSON_PUBLIC(void) cJSON_free(void *object)
3203{
3204 global_hooks.deallocate(object);
3205 object = NULL;
3206}

Callers 3

print_cjsonFunction · 0.85
cJSON_SetValuestringFunction · 0.85
replace_item_in_objectFunction · 0.85

Calls 1

deallocateMethod · 0.45

Tested by

no test coverage detected