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

Function warn_info_free

app/master/daemon/master/master_warning.cpp:34–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void warn_info_free(WARN_INFO *info)
35{
36 acl_myfree(info->notify_addr);
37 acl_myfree(info->notify_recipients);
38 acl_myfree(info->path);
39 acl_myfree(info->conf);
40 acl_myfree(info->ver);
41 acl_myfree(info->desc);
42 acl_myfree(info);
43}
44
45static void add_str(ACL_VSTRING *buf, const char *name, const char *value)
46{

Callers 1

notify_threadFunction · 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…