.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FcStrFree" "3" "05 January 2023" "Fontconfig 2.14.1" "" .SH NAME FcStrFree \- free a string .SH SYNOPSIS .sp \fB#include .sp void FcStrFree (FcChar8 *\fIs\fB); \fR .SH "DESCRIPTION" .PP This is just a wrapper around free(3) which helps track memory usage of strings within the fontconfig library.