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

Diff for /src/usr.bin/sndiod/listen.c between version 1.8 and 1.9

version 1.8, 2016/01/08 13:14:11 version 1.9, 2016/01/08 13:28:08
Line 69 
Line 69 
         *pf = f->next;          *pf = f->next;
   
         if (f->path != NULL) {          if (f->path != NULL) {
                 unlink(f->path);  
                 xfree(f->path);                  xfree(f->path);
         }          }
         file_del(f->file);          file_del(f->file);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9