Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

fcft_fini - release global resources

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.

Name

       fcft_fini - release global resources

See Also

fcft_init(), FT_Done_FreeType(), FcFini()

3.3.1                                              2025-03-22                                       fcft_fini(3)

Synopsis

#include<fcft/fcft.h>voidfcft_fini(void);

See Also