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

Diff for /src/usr.bin/tmux/client.c between version 1.100 and 1.101

version 1.100, 2015/10/27 15:58:42 version 1.101, 2015/10/28 09:51:55
Line 294 
Line 294 
         options_free(global_options);          options_free(global_options);
         options_free(global_s_options);          options_free(global_s_options);
         options_free(global_w_options);          options_free(global_w_options);
         environ_free(&global_environ);          environ_free(global_environ);
   
         /* Create stdin handler. */          /* Create stdin handler. */
         setblocking(STDIN_FILENO, 0);          setblocking(STDIN_FILENO, 0);

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101