NAME
XFreeStringList − free the in-memory data associated with the specified string list.
Synopsis
void XFreeStringList(list)
char **list;
Arguments
listSpecifies the list of strings to be freed.
Availability
Release 4 and later.
Description
XFreeStringList() releases memory allocated by XTextPropertyToStringList(), XmbTextPropertyToTextList(), and the missing charset allocated by XCreateFontSet().
See Also
XGetTextProperty(), XSetTextProperty(), XStringListToTextProperty(), XTextPropertytoStringList.
Copyright O’Reilly & Assoc. —