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

Function header_nv_free

lib_acl_cpp/src/mime/internal/header_opts.cpp:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void header_nv_free(HEADER_NV *header)
227{
228 if (header) {
229 acl_myfree(header->name);
230 acl_myfree(header);
231 }
232}
233
234#endif // !defined(ACL_MIME_DISABLE)

Callers 2

header_splitFunction · 0.85
mime_node_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…