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

Function tok822_free

lib_acl_cpp/src/mime/internal/tok822_node.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74/* tok822_free - destroy token */
75
76TOK822 *tok822_free(TOK822 *tp)
77{
78 if (tp->vstr)
79 acl_vstring_free(tp->vstr);
80 acl_myfree(tp);
81 return (0);
82}
83
84#endif // !defined(ACL_MIME_DISABLE)

Callers 2

tok822_free_treeFunction · 0.85
tok822_parse_limitFunction · 0.85

Calls 1

acl_vstring_freeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…