xmparsemappingfree(3) - Linux man page

Name

XmParseMappingFree - A compound string function to free a parse mapping

Synopsis

#include <Xm/Xm.h>
void XmParseMappingFree(
XmParseMapping parse_mapping);

Description

XmParseMappingFree recovers memory used by an XmParseMapping.

parse_mapping
Specifies the parse mapping to be freed

Related

xmparsemapping(3), xmparsemappingcreate(3), xmparsemappinggetvalues(3), xmparsemappingsetvalues(3), xmparsetable(3), and xmstring(3).