diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 0e4072eba6f..aedac4714db 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5475,7 +5475,7 @@ x_calc_absolute_position (f) | |||
| 5475 | &newparent, &newchildren, &nchildren)) | 5475 | &newparent, &newchildren, &nchildren)) |
| 5476 | break; | 5476 | break; |
| 5477 | 5477 | ||
| 5478 | XFree (newchildren); | 5478 | XFree ((char *) newchildren); |
| 5479 | 5479 | ||
| 5480 | f->output_data.x->parent_desc = newparent; | 5480 | f->output_data.x->parent_desc = newparent; |
| 5481 | } | 5481 | } |