Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-04-28 14:57:15 +01:00
4 changed files with 59 additions and 28 deletions

View File

@ -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);