cfg_encoder_cleanup()

Clean up an encoder.

Synopsis:

#include <asr/cfg.h>
 
void cfg_encoder_cleanup(cfg_encoder_t *e)

Arguments:

e

A pointer to the encoder to clean up.

Library:

libasr

Description:

The cfg_encoder_cleanup() function deletes the base configuration item of the specified encoder, and also zeroes all memory utilized by the encoder structure.

Returns:

Nothing.