From 72dc3bc7e7ea1479ee1e76fec17b681071ca22ac Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 13 Feb 1996 18:24:25 +0000 Subject: [PATCH] (x_real_positions): Cast arg of XFree. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 32270bc47e1..b958c136f50 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 ((char *) tmp_children); win_x = win_y = 0; -- 2.39.2