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

Diff for /src/usr.bin/cvs/root.c between version 1.8 and 1.9

version 1.8, 2004/07/30 01:49:24 version 1.9, 2004/08/02 22:45:57
Line 233 
Line 233 
                         free(root->cr_str);                          free(root->cr_str);
                 if (root->cr_buf != NULL)                  if (root->cr_buf != NULL)
                         free(root->cr_buf);                          free(root->cr_buf);
                   if (root->cr_version != NULL)
                           free(root->cr_version);
                 free(root);                  free(root);
         }          }
 }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9