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

Diff for /src/usr.bin/tmux/control.c between version 1.23 and 1.24

version 1.23, 2019/05/31 11:34:09 version 1.24, 2019/07/09 13:19:36
Line 80 
Line 80 
                 if (line == NULL)                  if (line == NULL)
                         break;                          break;
                 if (*line == '\0') { /* empty line exit */                  if (*line == '\0') { /* empty line exit */
                           free(line);
                         c->flags |= CLIENT_EXIT;                          c->flags |= CLIENT_EXIT;
                         break;                          break;
                 }                  }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24