CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/07/15 07:52:05
Modified files: sys/dev/usb : ucom.c Log message: When a ucom(4) device is detached do not only abort its pipes but also free them and makes sure to close the attached tty before freeing its descriptor. This plugs a memleak and fixes a panic introduce in r1.59. Found the hard way and tested by otto@