Note that hdsp and hdspe were just leaking the ivars on detach
previously.
While here, use M_WAITOK to allocate ivars since attach routines are
sleepable. hdsp and hdspe were using M_NOWAIT without checking the
return value.
Differential D47366
sound: Use bus_child_deleted methods to free ivars for children jhb on Thu, Oct 31, 8:36 PM. Authored by Tags None Referenced Files
Subscribers None
Details Note that hdsp and hdspe were just leaking the ivars on detach While here, use M_WAITOK to allocate ivars since attach routines are
Diff Detail
|