XmStringFree — A compound string function that conditionally deallocates memory "XmStringFree" "compound
Contents
Description
XmStringFree conditionally recovers memory used by a compound string. Applications should call
XmStringFree when the application no longer needs string.
string Specifies the compound string to be freed
Name
XmStringFree — A compound string function that conditionally deallocates memory "XmStringFree" "compound
string functions" "XmStringFree"
Synopsis
#include <Xm/Xm.h>
voidXmStringFree(
XmStringstring);
