1FcValueDestroy(3) FcValueDestroy(3)
23
4
NAME
6FcValueDestroy - Free a value
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
void FcValueDestroy (FcValue v);
12
DESCRIPTION
14Frees any memory referenced by v. Values of type FcTypeString, FcType‐
15Matrix and FcTypeCharSet reference memory, the other types do not.
1617
18
19
Fontconfig 2.13.1 30 8月 2018 FcValueDestroy(3)