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

Diff for /src/usr.bin/m4/misc.c between version 1.15 and 1.16

version 1.15, 2000/01/12 17:49:53 version 1.16, 2000/01/13 17:35:10
Line 324 
Line 324 
 {  {
         if (f->file != stdin)          if (f->file != stdin)
             fclose(f->file);              fclose(f->file);
         free(f->name);          /*
            * XXX can't free filename, as there might still be
            * error information pointing to it.
            */
 }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16