logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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