[BACK]Return to tic.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / tic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/tic/tic.c between version 1.29 and 1.30

version 1.29, 2017/05/04 14:07:33 version 1.30, 2017/05/05 12:21:28
Line 587  main(int argc, char **argv)
Line 587  main(int argc, char **argv)
                 free(term->name);                  free(term->name);
                 free(term);                  free(term);
         }          }
   #ifndef HAVE_NBTOOL_CONFIG_H
           /*
            * hdestroy1 is not standard but we don't really care if we
            * leak in the tools version
            */
         hdestroy1(free, NULL);          hdestroy1(free, NULL);
   #endif
   
         return EXIT_SUCCESS;          return EXIT_SUCCESS;
 }  }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>