


XFree(3X11)							  XFree(3X11)
X11R5									X11R5



NAME
  XFree	- free client data

SYNTAX
  XFree(_d_a_t_a)
       void *_d_a_t_a;

ARGUMENTS

  _d_a_t_a	    Specifies the data that is to be freed.

DESCRIPTION
  The _X_F_r_e_e function is	a general-purpose Xlib routine that frees the speci-
  fied data.  You must use it to free any objects that were allocated by
  Xlib,	unless an alternate function is	explicitly specified for the object.

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








































