mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(x_real_positions): Cast arg of XFree.
This commit is contained in:
parent
6014138c23
commit
72dc3bc7e7
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user