1.3.4.1.11 FLAC_Cleanup Function

C

void FLAC_Cleanup(void);

Summary

The clean up function for deallocating memory resources of a FLAC decoder.

Description

This function must be called after a FLAC audio file is decoded, to free the memory resources.

Precondition

FLAC_Initialize function must be called before this function.

Parameters

None.

Returns

None.

Example

void FLAC_Cleanup();

Remarks

None