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

Diff for /src/usr.bin/tmux/options.c between version 1.34 and 1.35

version 1.34, 2017/04/22 06:13:30 version 1.35, 2017/05/31 17:56:48
Line 114 
Line 114 
 {  {
         struct options_entry    *o, *tmp;          struct options_entry    *o, *tmp;
   
         RB_FOREACH_SAFE (o, options_tree, &oo->tree, tmp)          RB_FOREACH_SAFE(o, options_tree, &oo->tree, tmp)
                 options_remove(o);                  options_remove(o);
         free(oo);          free(oo);
 }  }

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35