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

Diff for /src/usr.bin/tmux/status.c between version 1.18 and 1.19

version 1.18, 2009/07/27 12:11:11 version 1.19, 2009/07/27 18:51:46
Line 622 
Line 622 
         if (c->prompt_freefn != NULL && c->prompt_data != NULL)          if (c->prompt_freefn != NULL && c->prompt_data != NULL)
                 c->prompt_freefn(c->prompt_data);                  c->prompt_freefn(c->prompt_data);
   
         mode_key_free(&c->prompt_mdata);  
   
         xfree(c->prompt_string);          xfree(c->prompt_string);
         c->prompt_string = NULL;          c->prompt_string = NULL;
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19