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

Diff for /src/usr.bin/tmux/cmd-queue.c between version 1.61 and 1.62

version 1.61, 2019/03/12 11:16:50 version 1.62, 2019/04/17 14:37:48
Line 111 
Line 111 
         if (item->client != NULL)          if (item->client != NULL)
                 server_client_unref(item->client);                  server_client_unref(item->client);
   
         if (item->type == CMDQ_COMMAND)          if (item->cmdlist != NULL)
                 cmd_list_free(item->cmdlist);                  cmd_list_free(item->cmdlist);
   
         TAILQ_REMOVE(item->queue, item, entry);          TAILQ_REMOVE(item->queue, item, entry);

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62