diff src/xfns.c @ 14530:71bca5a3c22d

(x_real_positions): Use XFree.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Feb 1996 19:12:49 +0000
parents 479987ba2c8d
children 6aa8b322b4d7
line wrap: on
line diff
--- a/src/xfns.c	Fri Feb 09 19:12:10 1996 +0000
+++ b/src/xfns.c	Fri Feb 09 19:12:49 1996 +0000
@@ -956,7 +956,7 @@
       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;