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

Diff for /src/usr.bin/tmux/cmd-choose-tree.c between version 1.12 and 1.13

version 1.12, 2012/12/24 12:25:52 version 1.13, 2013/01/17 03:51:21
Line 219 
Line 219 
   
                         free(final_win_action);                          free(final_win_action);
                 }                  }
   
                 /*                  /*
                  * If we're just drawing windows, don't consider moving on to                   * If we're just drawing windows, don't consider moving on to
                  * other sessions as we only list windows in this session.                   * other sessions as we only list windows in this session.
Line 260 
Line 261 
         free(cdata->command);          free(cdata->command);
         format_free(cdata->ft);          format_free(cdata->ft);
         free(cdata);          free(cdata);
   
 }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13