212badcfc5438a1e23a9583034e6d5dada26c516
[platform/upstream/fontconfig.git] / doc / FcValueDestroy.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcValueDestroy" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
3 .SH NAME
4 FcValueDestroy \- Free a value
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 void FcValueDestroy (FcValue \fIv\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Frees any memory referenced by \fIv\fR\&. Values of type FcTypeString,
14 FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.