diff options
| author | Richard M. Stallman | 1996-02-09 19:12:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-09 19:12:49 +0000 |
| commit | 9fa09c65d3323c4db7a7bfcac33f2ce46f00c771 (patch) | |
| tree | 6b8c454aa01de9ab48897a2c4ce4295a754c0de7 /src | |
| parent | e341dab2b382224316b30a5e64cb12ff8e79ce28 (diff) | |
| download | emacs-9fa09c65d3323c4db7a7bfcac33f2ce46f00c771.tar.gz emacs-9fa09c65d3323c4db7a7bfcac33f2ce46f00c771.zip | |
(x_real_positions): Use XFree.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 956 | XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window, | 956 | XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window, |
| 957 | &f->output_data.x->parent_desc, | 957 | &f->output_data.x->parent_desc, |
| 958 | &tmp_children, &tmp_nchildren); | 958 | &tmp_children, &tmp_nchildren); |
| 959 | xfree (tmp_children); | 959 | XFree (tmp_children); |
| 960 | 960 | ||
| 961 | win_x = win_y = 0; | 961 | win_x = win_y = 0; |
| 962 | 962 | ||