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

Function tpl_free

app/wizard/tpllib.cpp:460–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void tpl_free(tpl_t *tpl)
461{
462 tpl_release(tpl);
463 acl_myfree(tpl);
464}
465
466/* Load template file */
467int tpl_load(tpl_t *tpl, const char *filename)

Callers 3

create_http_servletFunction · 0.70
open_tplMethod · 0.70
copy_and_replaceMethod · 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…