XFreeExtensionList() XFreeExtensionList()
Name
XFreeExtensionList - free memory allocated for a list of installed extensions.
Synopsis
XFreeExtensionList(list)
char **list;
Arguments
list Specifies a pointer to the list of extensions returned from XListExtensions().
Description
XFreeExtensionList() frees the memory allocated by XListExtensions().
For more information, see Volume One, Chapter 15, Other Programming Techniques.
See Also
XListExtensions(), XQueryExtension().
Xlib - Extensions XFreeExtensionList()