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

Diff for /src/usr.bin/cvs/file.c between version 1.118 and 1.119

version 1.118, 2005/09/06 17:08:05 version 1.119, 2005/09/11 14:16:48
Line 1020 
Line 1020 
   
         if (cf->cf_type == DT_DIR) {          if (cf->cf_type == DT_DIR) {
                 if (cf->cf_root != NULL)                  if (cf->cf_root != NULL)
                         cvsroot_free(cf->cf_root);                          cvsroot_remove(cf->cf_root);
                 if (cf->cf_repo != NULL)                  if (cf->cf_repo != NULL)
                         free(cf->cf_repo);                          free(cf->cf_repo);
                 while (!SIMPLEQ_EMPTY(&(cf->cf_files))) {                  while (!SIMPLEQ_EMPTY(&(cf->cf_files))) {

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119