MCPcopy Create free account
hub / github.com/antirez/botlib / xfree

Function xfree

botlib.c:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void xfree(void *ptr) {
229 free(ptr);
230}
231
232/* ============================================================================
233 * HTTP interface abstraction

Callers 2

sqlEndFunction · 0.85
sqlNextRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected