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

Diff for /src/usr.bin/tmux/Attic/mode-key.c between version 1.11 and 1.12

version 1.11, 2009/07/28 17:05:10 version 1.12, 2009/07/30 20:41:48
Line 337 
Line 337 
                 while (!SPLAY_EMPTY(mtab->tree)) {                  while (!SPLAY_EMPTY(mtab->tree)) {
                         mbind = SPLAY_ROOT(mtab->tree);                          mbind = SPLAY_ROOT(mtab->tree);
                         SPLAY_REMOVE(mode_key_tree, mtab->tree, mbind);                          SPLAY_REMOVE(mode_key_tree, mtab->tree, mbind);
                           xfree(mbind);
                 }                  }
         }          }
 }  }

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