1XFree(3) XLIB FUNCTIONS XFree(3)
2
3
4
6 XFree - free client data
7
9 int XFree(void *data);
10
12 data Specifies the data that are to be freed.
13
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
23 Xlib - C Language X Interface
24
25
26
27X Version 11 libX11 1.7.0 XFree(3)