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

Diff for /src/usr.bin/tmux/cfg.c between version 1.38 and 1.39

version 1.38, 2015/05/07 11:42:56 version 1.39, 2015/06/05 18:06:30
Line 108 
Line 108 
                  */                   */
                 if (!TAILQ_EMPTY(&cfg_client->cmdq->queue))                  if (!TAILQ_EMPTY(&cfg_client->cmdq->queue))
                         cmdq_continue(cfg_client->cmdq);                          cmdq_continue(cfg_client->cmdq);
                 cfg_client->references--;                  server_client_unref(cfg_client);
                 cfg_client = NULL;                  cfg_client = NULL;
         }          }
 }  }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39