[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.99 and 1.100

version 1.99, 2015/10/27 13:23:24 version 1.100, 2015/10/27 15:58:42
Line 291 
Line 291 
                 fatal("pledge failed");                  fatal("pledge failed");
   
         /* Free stuff that is not used in the client. */          /* Free stuff that is not used in the client. */
         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. */

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