(x_real_positions): Use XFree.

This commit is contained in:
Richard M. Stallman 1996-02-09 19:12:49 +00:00
parent e341dab2b3
commit 9fa09c65d3

View file

@ -956,7 +956,7 @@ x_real_positions (f, xptr, yptr)
XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window,
&f->output_data.x->parent_desc,
&tmp_children, &tmp_nchildren);
xfree (tmp_children);
XFree (tmp_children);
win_x = win_y = 0;