NAME
XFreeFontNames — free the memory allocated for a font name array.
SYNOPSIS
XFreeFontNames(list) char ∗list[];
ARGUMENTS
listSpecifies the array of font name strings to be freed.
DESCRIPTION
XFreeFontNames() frees the array of strings returned by XListFonts() or XListFontsWithInfo().
SEE ALSO
XCreateFontCursor(), XFreeFont(), XFreeFontInfo(), XFreeFontPath(), XGetFontPath(), XGetFontProperty(), XListFonts(), XListFontsWithInfo(), XLoadFont(), XLoadQueryFont(), XQueryFont(), XSetFont(), XSetFontPath(), XUnloadFont().
Xlib Reference Manual