CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/18 18:02:29
Modified files:
usr.bin/aucat : aucat.c listen.c listen.h
Log message:
don't hold a pointer to "listen" structure. Instead, when it must
be free()ed, iterate over the file_list, and find the structure
to free. This is safer and simpler. No behaviour change
