XmFontListFree(Xm) 6 January 1993 XmFontListFree(Xm) Name XmFontListFree - a font list function that recovers memory used by a font list Syntax #include <Xm/Xm.h> void XmFontListFree (list) XmFontList list; Description XmFontListFree recovers memory used by a font list. This routine does not free the XFontSet or XFontStruct associated with the specified font list. list Specifies the font list to be freed See also XmFontList(Xm), XmFontListAppendEntry(Xm), XmFontListCopy(Xm) and XmFontListRemoveEntry(Xm).