API ReferenceFunctionsodin_decoder_freeOn this pageodin_decoder_free void odin_decoder_free(struct OdinDecoder *decoder); Overview Frees the resources associated with the specified decoder. Parameters NameTypeDescriptiondecoderstruct OdinDecoder *The decoder handle to free.