From: Richard M. Stallman Date: Fri, 9 Feb 1996 19:12:49 +0000 (+0000) Subject: (x_real_positions): Use XFree. X-Git-Tag: emacs-19.34~1330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fa09c65d3323c4db7a7bfcac33f2ce46f00c771;p=emacs.git (x_real_positions): Use XFree. --- 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;