[BACK]Return to window-tree.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window-tree.c between version 1.35 and 1.36

version 1.35, 2019/03/18 14:10:25 version 1.36, 2019/04/17 14:37:48
Line 1006 
Line 1006 
         case WINDOW_TREE_SESSION:          case WINDOW_TREE_SESSION:
                 if (s != NULL) {                  if (s != NULL) {
                         server_destroy_session(s);                          server_destroy_session(s);
                         session_destroy(s, __func__);                          session_destroy(s, 1, __func__);
                 }                  }
                 break;                  break;
         case WINDOW_TREE_WINDOW:          case WINDOW_TREE_WINDOW:

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36