aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-02-09 19:12:49 +0000
committerRichard M. Stallman <[email protected]>1996-02-09 19:12:49 +0000
commit9fa09c65d3323c4db7a7bfcac33f2ce46f00c771 (patch)
tree6b8c454aa01de9ab48897a2c4ce4295a754c0de7 /src/xfns.c
parente341dab2b382224316b30a5e64cb12ff8e79ce28 (diff)
(x_real_positions): Use XFree.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 83a3f2bebb..32270bc47e 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;