aboutsummaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-04-28 14:57:15 +0100
committerThomas Adam <thomas@xteddy.org>2015-04-28 14:57:15 +0100
commitdc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786 (patch)
tree4980f1aac65738621eeef870da2c29c6e56acf2b /window.c
parent7981e653d805fd3fa31cf7897704b3a328edf0f2 (diff)
parent771744426e3cd3fbf746e5c9554b8119e5f6faf2 (diff)
downloadrtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.tar.gz
rtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.tar.bz2
rtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.zip
Merge branch 'obsd-master'
Diffstat (limited to 'window.c')
-rw-r--r--window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.c b/window.c
index 153ae945..57e8ae45 100644
--- a/window.c
+++ b/window.c
@@ -343,6 +343,7 @@ window_destroy(struct window *w)
if (w->layout_root != NULL)
layout_free(w);
+ free(w->old_layout);
if (event_initialized(&w->name_timer))
evtimer_del(&w->name_timer);