| 74 | /* tok822_free - destroy token */ |
| 75 | |
| 76 | TOK822 *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) |
no test coverage detected
searching dependent graphs…