summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-09 19:12:49 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-09 19:12:49 +0000
commit59833a617504c456049ee9a644d68932f126b7ac (patch)
treecb5071fad8e862b0d893a2e74e1f7a69674b7eb5
parentab196b66d44e17d3c2367fdfaed5802b2ef2d440 (diff)
downloademacs-59833a617504c456049ee9a644d68932f126b7ac.tar.gz
(x_real_positions): Use XFree.
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 83a3f2bebb4..32270bc47e1 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -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;