v3_free_channel()
void v3_free_channel(v3_channel *channel);
Frees all memory allocated for the supplied channel structure.
Arguments
| Type | Description |
| v3_channel *channel | A pointer to the channel structure to be freed |
void v3_free_channel(v3_channel *channel);
Frees all memory allocated for the supplied channel structure.
| Type | Description |
| v3_channel *channel | A pointer to the channel structure to be freed |