Provided by: libfcft-doc_3.1.8-1.1build1_all 

NAME
fcft_fini - release global resources
SYNOPSIS
#include <fcft/fcft.h>
void fcft_fini(void);
DESCRIPTION
Free's all global resources: the font cache, thread synchronization primitives, and calls
FT_Done_FreeType() and FcFini().
Calling fcft_fini() is usually not required, but is needed for clean Valgrind runs.
SEE ALSO
fcft_init(), FT_Done_FreeType(), FcFini()
3.1.8 2024-03-31 fcft_fini(3)