MCPcopy Create free account
hub / github.com/cppla/ServerStatus / default_free

Function default_free

server/src/json.c:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static void default_free (void * ptr, void * user_data)
85{
86 free (ptr);
87}
88
89static void * json_alloc (json_state * state, unsigned long size, int zero)
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected