XmFontListFree - A font list function that recovers memory used by a font list
#include <Xm/Xm.h> void XmFontListFree (list) XmFontList list;
XmFontListFree recovers memory used by a font list. This routine does not free the XFontSet or XFontStruct associated with the specified font list.
XmFontList(3X), XmFontListAppendEntry(3X), XmFontListCopy(3X), and XmFontListRemoveEntry(3X).