CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2015/07/17 07:09:07
Modified files: usr.bin/tmux : window.c Log message: Do not call window_unzoom from window_destroy because it will try to add a notification which will get confused because the reference count is already zero and end up back in window_destroy and a double free. Instead, just destroy the layouts directly. Noticed by Thomas Adam.