XmParseTableFree(3) Library Functions Manual XmParseTableFree(3)

XmParseTableFree — A compound string function that recovers memory "XmParseTableFree" "compound string functions" "XmParseTableFree"

#include <Xm/Xm.h>
void XmParseTableFree(
XmParseTable parse_table,
Cardinal count);

XmParseTableFree recovers memory used by an XmParseTable and its constituent XmParseMappings.

Specifies the parse table to be freed
Specifies the number of parse mappings in the parse table

XmParseTable(3) and XmString(3).