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

Diff for /src/usr.bin/sndiod/dev.c between version 1.82 and 1.83

version 1.82, 2021/01/28 11:15:31 version 1.83, 2021/01/28 11:17:58
Line 1274 
Line 1274 
                 c->ops = NULL;                  c->ops = NULL;
         }          }
   
           midi_abort(d->midi);
   
         if (d->pstate != DEV_CFG)          if (d->pstate != DEV_CFG)
                 dev_close(d);                  dev_close(d);
 }  }

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83