diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index c5e8b56084b..295e45b25a8 100644 --- a/src/window.c +++ b/src/window.c @@ -3195,7 +3195,7 @@ size_window (window, size, width_p, nodelete_p, first_only, last_only) last_pos += new_size; } - if (new_sizes) xfree (new_sizes); + xfree (new_sizes); /* We should have covered the parent exactly with child windows. */ xassert (size == last_pos - first_pos); |
