1XFree(3)                        XLIB FUNCTIONS                        XFree(3)
2
3
4

NAME

6       XFree - free client data
7

SYNTAX

9       int XFree(void *data);
10

ARGUMENTS

12       data      Specifies the data that are to be freed.
13

DESCRIPTION

15       The XFree function is a general-purpose Xlib routine that frees the
16       specified data.  You must use it to free any objects that were allo‐
17       cated by Xlib, unless an alternate function is explicitly specified for
18       the object.
19
20       If data is NULL, no operation is performed.
21

SEE ALSO

23       Xlib - C Language X Interface
24
25
26
27X Version 11                     libX11 1.6.7                         XFree(3)
Impressum