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

Diff for /src/usr.bin/rcs/rcsclean.c between version 1.54 and 1.55

version 1.54, 2015/01/16 06:40:11 version 1.55, 2015/11/02 16:45:21
Line 209 
Line 209 
                 rcs_set_mtime(file, rcs_mtime);                  rcs_set_mtime(file, rcs_mtime);
   
 out:  out:
         if (b1 != NULL)          buf_free(b1);
                 buf_free(b1);          buf_free(b2);
         if (b2 != NULL)  
                 buf_free(b2);  
         if (file != NULL)          if (file != NULL)
                 rcs_close(file);                  rcs_close(file);
 }  }

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55