XFree()XFree()NameXFree – free specified memory allocated by an Xlib function.
SynopsisXFree(data)
void *data;
Arguments
data Specifies a pointer to the data that is to be freed.
DescriptionXFree() is a general purpose routine for freeing memory allocated by
Xlib calls. You must use it to free any objects that were allocated by
Xlib, unless an alternate function is explicitly specified for the
object.
See AlsoXDefaultScreen(), XCloseDisplay(), XNoOp(), XOpenDisplay().
Xlib - HouseKeeping XFree()