MCPcopy Create free account
hub / github.com/acl-dev/acl / destroy_fcell

Function destroy_fcell

app/wizard/tpllib.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143
144static void destroy_fcell(tpl_fcell_t* field)
145{
146 acl_myfree(field->val);
147 acl_myfree(field);
148}
149
150
151static tpl_tcell_t* create_tcell(const char *key, int key_len)

Callers 1

tpl_releaseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…