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

Diff for /src/usr.bin/cvs/entries.c between version 1.5 and 1.6

version 1.5, 2004/07/25 03:18:53 version 1.6, 2004/07/26 16:53:58
Line 137 
Line 137 
         struct cvs_ent *ent;          struct cvs_ent *ent;
   
         if (ep->cef_file != NULL)          if (ep->cef_file != NULL)
                 (void)fclose(ep);                  (void)fclose(ep->cef_file);
         if (ep->cef_path != NULL)          if (ep->cef_path != NULL)
                 free(ep->cef_path);                  free(ep->cef_path);
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6