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

Diff for /src/usr.bin/cvs/add.c between version 1.112 and 1.113

version 1.112, 2015/11/05 09:48:21 version 1.113, 2016/10/13 20:51:25
Line 485 
Line 485 
                 break;                  break;
         }          }
   
         if (head != NULL)          free(head);
                 rcsnum_free(head);  
   
         if (stop == 1)          if (stop == 1)
                 return;                  return;

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113