CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/21 15:31:02
Modified files:
usr.bin/tmux : cmd-if-shell.c
Log message:
The free callback could end up being fired before the done callback
(happens on Cygwin), so use a reference count instead of a single
flag. SF bug 188 reported by "iceboy".
