[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.93 and 1.94

version 1.93, 2015/08/30 22:40:25 version 1.94, 2015/09/09 12:09:21
Line 268 
Line 268 
                 }                  }
                 return (1);                  return (1);
         }          }
           options_free(&global_options);
           options_free(&global_s_options);
           options_free(&global_w_options);
           environ_free(&global_environ);
   
         /* Create imsg. */          /* Create imsg. */
         imsg_init(&client_ibuf, fd);          imsg_init(&client_ibuf, fd);

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94