1FcValueDestroy(3) FcValueDestroy(3)
23
4
NAME
6FcValueDestroy - Free a value
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcValueDestroy(FcValue v);
12.fi
13
DESCRIPTION
15Frees any memory referenced by v. Values of type FcTypeString, FcType‐
16Matrix and FcTypeCharSet reference memory, the other types do not.
17
VERSION
19Fontconfig version 2.8.0
2021
22
23
18 November 2009 FcValueDestroy(3)