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

Diff for /src/usr.bin/tmux/mode-tree.c between version 1.1 and 1.2

version 1.1, 2017/05/30 21:44:59 version 1.2, 2017/06/04 15:36:33
Line 685 
Line 685 
         char                    *command, *cause;          char                    *command, *cause;
   
         command = cmd_template_replace(template, name, 1);          command = cmd_template_replace(template, name, 1);
         if (command == NULL || *command == '\0')          if (command == NULL || *command == '\0') {
                   free(command);
                 return;                  return;
           }
   
         cmdlist = cmd_string_parse(command, NULL, 0, &cause);          cmdlist = cmd_string_parse(command, NULL, 0, &cause);
         if (cmdlist == NULL) {          if (cmdlist == NULL) {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2