NAME
XFreeExtensionList − free memory allocated for a list of installed extensions.
Synopsis
XFreeExtensionList(list)
char **list;
Arguments
listSpecifies 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 13, Other Programming Techniques.
See Also
XListExtensions(), XQueryExtension().
Copyright O’Reilly & Assoc. —