1FcStrFree(3) FcStrFree(3)
23
4
NAME
6FcStrFree - free a string
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
void FcStrFree (FcChar8 *s);
12
DESCRIPTION
14This is just a wrapper around free(3) which helps track memory usage of
15strings within the fontconfig library.
1617
18
19
Fontconfig 2.13.92 09 8月 2019 FcStrFree(3)