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

Diff for /src/usr.bin/tmux/tty.c between version 1.189 and 1.190

version 1.189, 2015/10/23 15:52:54 version 1.190, 2015/10/23 16:30:15
Line 338 
Line 338 
         tty_close(tty);          tty_close(tty);
   
         free(tty->ccolour);          free(tty->ccolour);
         if (tty->path != NULL)          free(tty->path);
                 free(tty->path);          free(tty->termname);
         if (tty->termname != NULL)  
                 free(tty->termname);  
 }  }
   
 void  void

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190