CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/05 10:14:44
Modified files:
usr.bin/aucat : dev.c
Log message:
in dev_close(), first terminate streams recording from the hardware,
then terminate streams recording from the monitor (if any). Otherwise,
dev_close() would try to check if a stream is recording from the
hardware or the monitor, and, if there's no monitor, would dereference
a NULL pointer.
