[BACK]Return to cmd-load-buffer.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-load-buffer.c between version 1.32 and 1.33

version 1.32, 2015/04/27 16:25:57 version 1.33, 2015/06/05 18:01:12
Line 132 
Line 132 
                 return;                  return;
         c->stdin_callback = NULL;          c->stdin_callback = NULL;
   
         c->references--;          server_client_deref(c);
         if (c->flags & CLIENT_DEAD)          if (c->flags & CLIENT_DEAD)
                 return;                  return;
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33