| 3915 | } |
| 3916 | auth_marker = tmp; |
| 3917 | auth_comp = (struct MessageComponent *)calloc(1, sizeof(struct MessageComponent)); |
| 3918 | if (!auth_comp) { |
| 3919 | ERROR("Out of memory!"); |
| 3920 | } |
nothing calls this directly
no outgoing calls
no test coverage detected