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

FcStrFree - free a string

Description

This is just a wrapper around free(3) which helps track memory usage of strings within the fontconfig library. Fontconfig 2.15.0 04 July 2025 FcStrFree(3)

Name

FcStrFree - free a string

Synopsis

#include<fontconfig/fontconfig.h>voidFcStrFree(FcChar8*s);

See Also