x93.htmlPrev r1064.htmlNext FcValueDestroy
Name
FcValueDestroy -- Free a value Synopsis
#include <fontconfig.h>
	
void FcValueDestroy(FcValuev);
Description
Frees any memory referenced by v.  Values of type FcTypeString,
FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.
	    
Version
Fontconfig version 2.3.91
	    
x93.htmlPrev index.htmlHome r1064.htmlNext FUNCTIONS x93.html#AEN1038Up FcValueSave 