NAME
XFree - free client data
SYNTAX
int XFree(void *_d_a_t_a);
ARGUMENTS
-
_d_a_t_a
Specifies the data that are to be freed.
-
DESCRIPTION
The
_X_F_r_e_e
function is a general-purpose Xlib routine that frees the specified data.
You must use it to free any objects that were allocated by Xlib,
unless an alternate function is explicitly specified for the object.
A NULL pointer cannot be passed to this function.
SEE ALSO
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e