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

Diff for /src/usr.bin/less/tags.c between version 1.18 and 1.19

version 1.18, 2016/09/17 15:06:41 version 1.19, 2017/05/03 11:59:25
Line 77 
Line 77 
          */           */
         while ((tp = taglist.tl_first) != TAG_END) {          while ((tp = taglist.tl_first) != TAG_END) {
                 TAG_RM(tp);                  TAG_RM(tp);
                   free(tp->tag_file);
                   free(tp->tag_pattern);
                 free(tp);                  free(tp);
         }          }
         curtag = NULL;          curtag = NULL;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19