XFreeStringList() XFreeStringList()
Name
XFreeStringList - free the in-memory data associated with the specified string list.
Synopsis
void XFreeStringList(list)
char **list;
Arguments
list Specifies 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.
Xlib - Window Manager Hints XFreeStringList()