BASS_CDFree

Frees all resources used by the CD audio system.

void WINAPI BASS_CDFree();

Remarks
If you use the BASS CD audio system, then BASS_CDFree should be called before your program exits.

If you wish to change settings (ie. use a different drive), having already called BASS_CDInit, then BASS_CDFree must be called before calling BASS_CDInit again.