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

Function destroy_tcell

app/wizard/tpllib.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169static void destroy_tcell(tpl_tcell_t* section)
170{
171 tpl_release(section->tpl);
172 acl_myfree(section);
173}
174
175
176/* Hash function using multipy by 31 */

Callers 1

tpl_releaseFunction · 0.70

Calls 1

tpl_releaseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…