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

Diff for /src/usr.bin/lex/scanopt.c between version 1.4 and 1.5

version 1.4, 2015/11/20 00:05:02 version 1.5, 2015/12/11 00:08:43
Line 864 
Line 864 
   
         s = (struct _scanopt_t *) svoid;          s = (struct _scanopt_t *) svoid;
         if (s) {          if (s) {
                 if (s->aux)                  free(s->aux);
                         free (s->aux);  
                 free (s);                  free (s);
         }          }
         return 0;          return 0;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5