CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/11/13 07:47:31
Modified files: usr.bin/tmux : session.c Log message: Use winlink_remove() to remove old winlinks when synchronizing grouped sessions rather than doing it manually and not adjusted the reference count. Fixes crash seen by Dan Harnett.