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.
Xlib Reference Manual