| 32 | } |
| 33 | |
| 34 | static 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 | |
| 45 | static void add_str(ACL_VSTRING *buf, const char *name, const char *value) |
| 46 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…