[BACK]Return to main.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/main.c between version 1.345 and 1.346

version 1.345, 2020/03/13 15:32:28 version 1.346, 2020/03/19 12:21:37
Line 609  main(int argc, char *argv[])
Line 609  main(int argc, char *argv[])
                 (void)fchdir(startdir);                  (void)fchdir(startdir);
                 close(startdir);                  close(startdir);
         }          }
           if (outst.outtype <= OUTT_UTF8)
                   term_tag_finish();
         if (outst.outdata != NULL) {          if (outst.outdata != NULL) {
                 switch (outst.outtype) {                  switch (outst.outtype) {
                 case OUTT_HTML:                  case OUTT_HTML:
Line 617  main(int argc, char *argv[])
Line 619  main(int argc, char *argv[])
                 case OUTT_UTF8:                  case OUTT_UTF8:
                 case OUTT_LOCALE:                  case OUTT_LOCALE:
                 case OUTT_ASCII:                  case OUTT_ASCII:
                         term_tag_finish();  
                         ascii_free(outst.outdata);                          ascii_free(outst.outdata);
                         break;                          break;
                 case OUTT_PDF:                  case OUTT_PDF:

Legend:
Removed from v.1.345  
changed lines
  Added in v.1.346

CVSweb