[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.118 and 1.119

version 1.118, 2017/01/20 14:02:33 version 1.119, 2017/01/23 10:09:43
Line 303 
Line 303 
                 fatal("pledge failed");                  fatal("pledge failed");
   
         /* Free stuff that is not used in the client. */          /* Free stuff that is not used in the client. */
           if (ptm_fd != -1)
                   close(ptm_fd);
         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);

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119