aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-02-09 19:12:49 +0000
committerRichard M. Stallman1996-02-09 19:12:49 +0000
commit9fa09c65d3323c4db7a7bfcac33f2ce46f00c771 (patch)
tree6b8c454aa01de9ab48897a2c4ce4295a754c0de7
parente341dab2b382224316b30a5e64cb12ff8e79ce28 (diff)
downloademacs-9fa09c65d3323c4db7a7bfcac33f2ce46f00c771.tar.gz
emacs-9fa09c65d3323c4db7a7bfcac33f2ce46f00c771.zip
(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)
956 XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window, 956 XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window,
957 &f->output_data.x->parent_desc, 957 &f->output_data.x->parent_desc,
958 &tmp_children, &tmp_nchildren); 958 &tmp_children, &tmp_nchildren);
959 xfree (tmp_children); 959 XFree (tmp_children);
960 960
961 win_x = win_y = 0; 961 win_x = win_y = 0;
962 962