xmstringfree(3) - Linux man page

Name

XmStringFree - A compound string function that conditionally deallocates memory

Synopsis

#include <Xm/Xm.h>
void XmStringFree(
XmString string);

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

Related

xmstringcreate(3).

Referenced By

xmcvtbytestreamtoxmstring(3), xmstring(3), xmstringcomponentcreate(3), xmstringconcat(3), xmstringconcatandfree(3), xmstringcopy(3), xmstringgenerate(3), xmstringnconcat(3), xmstringncopy(3), xmstringparsetext(3), xmstringtableparsestringarray(3), xmstringtabletoxmstring(3)