.\" 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" "2022/03/31" "Fontconfig 2.14.0" ""
.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.