aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;